summaryrefslogtreecommitdiffstats
path: root/Tests/FindModulesExecuteAll
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-06-17 00:05:46 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2008-06-17 00:05:46 (GMT)
commitee086dd028ca10bf384d8786bbfd9d616831aabb (patch)
treebe496a7933a072c2354099ebcf08ac299f8d1840 /Tests/FindModulesExecuteAll
parente1909b9ebfaff21d2521599aea2314fcc521fb18 (diff)
downloadCMake-ee086dd028ca10bf384d8786bbfd9d616831aabb.zip
CMake-ee086dd028ca10bf384d8786bbfd9d616831aabb.tar.gz
CMake-ee086dd028ca10bf384d8786bbfd9d616831aabb.tar.bz2
ENH: add a project name
Diffstat (limited to 'Tests/FindModulesExecuteAll')
-rw-r--r--Tests/FindModulesExecuteAll/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/FindModulesExecuteAll/CMakeLists.txt b/Tests/FindModulesExecuteAll/CMakeLists.txt
index a2c55fc..df51626 100644
--- a/Tests/FindModulesExecuteAll/CMakeLists.txt
+++ b/Tests/FindModulesExecuteAll/CMakeLists.txt
@@ -6,7 +6,7 @@
#
# 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)
file(GLOB all_modules "${CMAKE_CURRENT_SOURCE_DIR}/../../Modules/Find*cmake")