[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.69 1.69.2.3
cmake-commits at cmake.org
cmake-commits at cmake.org
Mon Mar 24 18:23:28 EDT 2008
Update of /cvsroot/CMake/CMake/Tests/ComplexRelativePaths
In directory public:/mounts/ram/cvs-serv2066/Tests/ComplexRelativePaths
Modified Files:
Tag: CMake-2-6
CMakeLists.txt
Log Message:
ENH: merge in from CVS
Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/ComplexRelativePaths/CMakeLists.txt,v
retrieving revision 1.69
retrieving revision 1.69.2.3
diff -C 2 -d -r1.69 -r1.69.2.3
*** CMakeLists.txt 18 Jan 2008 01:34:10 -0000 1.69
--- CMakeLists.txt 24 Mar 2008 22:23:26 -0000 1.69.2.3
***************
*** 5,8 ****
--- 5,13 ----
PROJECT (Complex)
+ # Try setting a new policy. The IF test is for coverage.
+ IF(POLICY CMP0003)
+ CMAKE_POLICY(SET CMP0003 NEW)
+ ENDIF(POLICY CMP0003)
+
# Choose whether to test CMakeLib.
SET(COMPLEX_TEST_CMAKELIB 1)
More information about the Cmake-commits
mailing list