summaryrefslogtreecommitdiffstats
path: root/Tests/LoadCommand/CMakeLists.txt
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2007-05-19 14:10:29 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2007-05-19 14:10:29 (GMT)
commite2ea9391e60e0d8a899a4ed35c02862850b2b74d (patch)
tree89e0b6080cc3c01da74d774bdc626629283fd4b5 /Tests/LoadCommand/CMakeLists.txt
parent4259c7c1e4d8f0bf2912fc080ae5c6522bea9619 (diff)
downloadCMake-e2ea9391e60e0d8a899a4ed35c02862850b2b74d.zip
CMake-e2ea9391e60e0d8a899a4ed35c02862850b2b74d.tar.gz
CMake-e2ea9391e60e0d8a899a4ed35c02862850b2b74d.tar.bz2
BUG: fix project name for test
Diffstat (limited to 'Tests/LoadCommand/CMakeLists.txt')
-rw-r--r--Tests/LoadCommand/CMakeLists.txt2
1 files changed, 1 insertions, 1 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)