[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.7 1.8
cmake-commits at cmake.org
cmake-commits at cmake.org
Thu Mar 20 18:25:35 EDT 2008
Update of /cvsroot/CMake/CMake/Tests/MakeClean/ToClean
In directory public:/mounts/ram/cvs-serv32553/Tests/MakeClean/ToClean
Modified Files:
CMakeLists.txt
Log Message:
BUG: Convert cmake_policy(VERSION) to cmake_minimum_required(VERSION) in Tests/MakeClean/ToClean/CMakeLists.txt and Tests/Preprocess/CMakeLists.txt. CMP0000 now requires the cmake_minimum_required command.
Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/MakeClean/ToClean/CMakeLists.txt,v
retrieving revision 1.7
retrieving revision 1.8
diff -C 2 -d -r1.7 -r1.8
*** CMakeLists.txt 7 Mar 2008 20:30:35 -0000 1.7
--- CMakeLists.txt 20 Mar 2008 22:25:33 -0000 1.8
***************
*** 1,3 ****
! cmake_policy(VERSION 2.6)
PROJECT(ToClean)
--- 1,3 ----
! CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
PROJECT(ToClean)
More information about the Cmake-commits
mailing list