[cmake-commits] martink committed Util.cmake NONE 1.1

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Jan 3 11:22:35 EST 2008


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

Added Files:
	Util.cmake 
Log Message:
ENH: change raise_scope signature to be safer for returned varuables


--- NEW FILE: Util.cmake ---
function(tester)
 set (tester_res "${CMAKE_CURRENT_LIST_FILE}")
 raise_scope(tester_res)
endfunction(tester)



More information about the Cmake-commits mailing list