[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.69.2.3 1.69.2.4

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Sep 3 09:43:27 EDT 2008


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

Modified Files:
      Tag: CMake-2-6
	CMakeLists.txt 
Log Message:
ENH: 2.6.2 rc 2 merge from main tree


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/Complex/CMakeLists.txt,v
retrieving revision 1.69.2.3
retrieving revision 1.69.2.4
diff -C 2 -d -r1.69.2.3 -r1.69.2.4
*** CMakeLists.txt	24 Mar 2008 22:23:26 -0000	1.69.2.3
--- CMakeLists.txt	3 Sep 2008 13:43:23 -0000	1.69.2.4
***************
*** 8,11 ****
--- 8,16 ----
  IF(POLICY CMP0003)
    CMAKE_POLICY(SET CMP0003 NEW)
+ 
+   CMAKE_POLICY(GET CMP0003 P3)
+   IF(NOT "${P3}" STREQUAL "NEW")
+     MESSAGE(FATAL_ERROR "CMAKE_POLICY(GET) did not report NEW!")
+   ENDIF(NOT "${P3}" STREQUAL "NEW")
  ENDIF(POLICY CMP0003)
  



More information about the Cmake-commits mailing list