[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.1 1.2
cmake-commits at cmake.org
cmake-commits at cmake.org
Mon Jun 16 15:19:46 EDT 2008
Update of /cvsroot/CMake/CMake/Tests/FindModulesExecuteAll
In directory public:/mounts/ram/cvs-serv32628/Tests/FindModulesExecuteAll
Modified Files:
CMakeLists.txt
Log Message:
ENH: fix find module stuff for test
Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/FindModulesExecuteAll/CMakeLists.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** CMakeLists.txt 16 Jun 2008 18:03:03 -0000 1.1
--- CMakeLists.txt 16 Jun 2008 19:19:44 -0000 1.2
***************
*** 8,11 ****
--- 8,12 ----
# defined after running the modules (e.g. FOO_FOUND etc.).
+ cmake_minimum_required(VERSION 2.7)
file(GLOB all_modules "${CMAKE_CURRENT_SOURCE_DIR}/../../Modules/Find*cmake")
More information about the Cmake-commits
mailing list