[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.24.2.1 1.24.2.2

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Jan 13 13:03:58 EST 2009


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

Modified Files:
      Tag: CMake-2-6
	CMakeLists.txt 
Log Message:
ENH: merge in changes from CVS to branch for 2.6.3 RC 8


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/StringFileTest/CMakeLists.txt,v
retrieving revision 1.24.2.1
retrieving revision 1.24.2.2
diff -C 2 -d -r1.24.2.1 -r1.24.2.2
*** CMakeLists.txt	25 Mar 2008 23:59:33 -0000	1.24.2.1
--- CMakeLists.txt	13 Jan 2009 18:03:56 -0000	1.24.2.2
***************
*** 133,136 ****
--- 133,143 ----
  ENDIF(NOT result)
  
+ # Obscure environment variable name
+ SET("ENV{x+(y)}" "Obscure environment variable value")
+ MESSAGE("Output: [$ENV{x+(y)}]")
+ IF(NOT "$ENV{x+(y)}" STREQUAL "Obscure environment variable value")
+   MESSAGE(SEND_ERROR "Environment variable \"ENV{x+(y)}\" does not work.")
+ ENDIF()
+ 
  # Make directories test
  FILE(MAKE_DIRECTORY 



More information about the Cmake-commits mailing list