[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.2 1.3
cmake-commits at cmake.org
cmake-commits at cmake.org
Mon Jun 16 20:05:48 EDT 2008
Update of /cvsroot/CMake/CMake/Tests/FindModulesExecuteAll
In directory public:/mounts/ram/cvs-serv14560
Modified Files:
CMakeLists.txt
Log Message:
ENH: add a project name
Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/FindModulesExecuteAll/CMakeLists.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C 2 -d -r1.2 -r1.3
*** CMakeLists.txt 16 Jun 2008 19:19:44 -0000 1.2
--- CMakeLists.txt 17 Jun 2008 00:05:46 -0000 1.3
***************
*** 7,11 ****
# I guess more things could be added, like checking whether variables are
# defined after running the modules (e.g. FOO_FOUND etc.).
!
cmake_minimum_required(VERSION 2.7)
--- 7,11 ----
# I guess more things could be added, like checking whether variables are
# defined after running the modules (e.g. FOO_FOUND etc.).
! project(FindModulesExecuteAll)
cmake_minimum_required(VERSION 2.7)
More information about the Cmake-commits
mailing list