From ee086dd028ca10bf384d8786bbfd9d616831aabb Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Mon, 16 Jun 2008 20:05:46 -0400 Subject: [PATCH] ENH: add a project name --- Tests/FindModulesExecuteAll/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/FindModulesExecuteAll/CMakeLists.txt b/Tests/FindModulesExecuteAll/CMakeLists.txt index a2c55fc5a..df5162652 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")