From e2ea9391e60e0d8a899a4ed35c02862850b2b74d Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Sat, 19 May 2007 10:10:29 -0400 Subject: BUG: fix project name for test --- Tests/LoadCommand/CMakeLists.txt | 2 +- Tests/LoadCommandOneConfig/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/LoadCommand/CMakeLists.txt b/Tests/LoadCommand/CMakeLists.txt index 30463ef..e354399 100644 --- a/Tests/LoadCommand/CMakeLists.txt +++ b/Tests/LoadCommand/CMakeLists.txt @@ -1,4 +1,4 @@ -PROJECT(LoadedCommand) +PROJECT(LoadCommand) # set a definition SET (TEST_COMMAND_TEST1 1) diff --git a/Tests/LoadCommandOneConfig/CMakeLists.txt b/Tests/LoadCommandOneConfig/CMakeLists.txt index 30463ef..e354399 100644 --- a/Tests/LoadCommandOneConfig/CMakeLists.txt +++ b/Tests/LoadCommandOneConfig/CMakeLists.txt @@ -1,4 +1,4 @@ -PROJECT(LoadedCommand) +PROJECT(LoadCommand) # set a definition SET (TEST_COMMAND_TEST1 1) -- cgit v0.12