[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.9 1.10

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Mar 20 18:25:36 EDT 2008


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

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/Preprocess/CMakeLists.txt,v
retrieving revision 1.9
retrieving revision 1.10
diff -C 2 -d -r1.9 -r1.10
*** CMakeLists.txt	7 Mar 2008 20:30:35 -0000	1.9
--- CMakeLists.txt	20 Mar 2008 22:25:33 -0000	1.10
***************
*** 1,3 ****
! cmake_policy(VERSION 2.6)
  project(Preprocess)
  
--- 1,3 ----
! cmake_minimum_required(VERSION 2.6)
  project(Preprocess)
  



More information about the Cmake-commits mailing list