[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.64 1.65

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Aug 25 10:31:31 EDT 2008


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

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: Add unset() command.

This introduces the unset() command to make it easy to unset CMake
variables, environment variables, and CMake cache variables.  Previously
it was not even possible to unset ENV or CACHE variables (as in
completely remove them).  Changes based on patch from Philip Lowman.
See issue #7507.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CMakeLists.txt,v
retrieving revision 1.64
retrieving revision 1.65
diff -C 2 -d -r1.64 -r1.65
*** CMakeLists.txt	19 Aug 2008 15:43:57 -0000	1.64
--- CMakeLists.txt	25 Aug 2008 14:31:29 -0000	1.65
***************
*** 95,98 ****
--- 95,99 ----
    ADD_TEST_MACRO(Preprocess Preprocess)
    ADD_TEST_MACRO(ExportImport ExportImport)
+   ADD_TEST_MACRO(Unset Unset)
  
  



More information about the Cmake-commits mailing list