[cmake-commits] king committed CMakeLists.txt NONE 1.1

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Jan 2 17:49:18 EST 2008


Update of /cvsroot/CMake/CMake/Tests/FunctionTest/SubDirScope
In directory public:/mounts/ram/cvs-serv29573/Tests/FunctionTest/SubDirScope

Added Files:
	CMakeLists.txt 
Log Message:
BUG: Make RAISE_SCOPE function work when variable is not defined.


--- NEW FILE: CMakeLists.txt ---
SET(SUBDIR_DEFINED 1)
SET(SUBDIR_UNDEFINED)
RAISE_SCOPE(SUBDIR_DEFINED SUBDIR_UNDEFINED)



More information about the Cmake-commits mailing list