summaryrefslogtreecommitdiffstats
path: root/Tests/FindModulesExecuteAll
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-06-16 19:19:44 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2008-06-16 19:19:44 (GMT)
commitd07a4675d224d155b324fed5a6c43569835b5294 (patch)
tree2644be79b4190659e61d1f4a295837c260dad3bd /Tests/FindModulesExecuteAll
parent6c97713a271ddd3de95a9cc130bbf46906c9a172 (diff)
downloadCMake-d07a4675d224d155b324fed5a6c43569835b5294.zip
CMake-d07a4675d224d155b324fed5a6c43569835b5294.tar.gz
CMake-d07a4675d224d155b324fed5a6c43569835b5294.tar.bz2
ENH: fix find module stuff for test
Diffstat (limited to 'Tests/FindModulesExecuteAll')
-rw-r--r--Tests/FindModulesExecuteAll/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/FindModulesExecuteAll/CMakeLists.txt b/Tests/FindModulesExecuteAll/CMakeLists.txt
index c9a6d6c..a2c55fc 100644
--- a/Tests/FindModulesExecuteAll/CMakeLists.txt
+++ b/Tests/FindModulesExecuteAll/CMakeLists.txt
@@ -7,6 +7,7 @@
# 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)
file(GLOB all_modules "${CMAKE_CURRENT_SOURCE_DIR}/../../Modules/Find*cmake")