[Cmake-commits] [cmake-commits] martink committed CMakeLists.txt 1.1 1.2
cmake-commits at cmake.org
cmake-commits at cmake.org
Tue Mar 25 11:27:11 EDT 2008
Update of /cvsroot/CMake/CMake/Tests/SubDirSpaces/Some Examples/example1
In directory public:/mounts/ram/cvs-serv14281/SubDirSpaces/Some Examples/example1
Modified Files:
CMakeLists.txt
Log Message:
ENH: preclean some warnings
Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/SubDirSpaces/Some Examples/example1/CMakeLists.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** CMakeLists.txt 19 Feb 2007 17:23:37 -0000 1.1
--- CMakeLists.txt 25 Mar 2008 15:27:09 -0000 1.2
***************
*** 1,2 ****
--- 1,3 ----
+ cmake_minimum_required (VERSION 2.6)
PROJECT(example1)
ADD_EXECUTABLE(example1 example1.cxx)
More information about the Cmake-commits
mailing list