diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2008-06-16 19:19:44 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2008-06-16 19:19:44 (GMT) |
commit | d07a4675d224d155b324fed5a6c43569835b5294 (patch) | |
tree | 2644be79b4190659e61d1f4a295837c260dad3bd /Tests | |
parent | 6c97713a271ddd3de95a9cc130bbf46906c9a172 (diff) | |
download | CMake-d07a4675d224d155b324fed5a6c43569835b5294.zip CMake-d07a4675d224d155b324fed5a6c43569835b5294.tar.gz CMake-d07a4675d224d155b324fed5a6c43569835b5294.tar.bz2 |
ENH: fix find module stuff for test
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/FindModulesExecuteAll/CMakeLists.txt | 1 |
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") |