diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2007-05-19 14:10:29 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2007-05-19 14:10:29 (GMT) |
commit | e2ea9391e60e0d8a899a4ed35c02862850b2b74d (patch) | |
tree | 89e0b6080cc3c01da74d774bdc626629283fd4b5 /Tests/LoadCommand | |
parent | 4259c7c1e4d8f0bf2912fc080ae5c6522bea9619 (diff) | |
download | CMake-e2ea9391e60e0d8a899a4ed35c02862850b2b74d.zip CMake-e2ea9391e60e0d8a899a4ed35c02862850b2b74d.tar.gz CMake-e2ea9391e60e0d8a899a4ed35c02862850b2b74d.tar.bz2 |
BUG: fix project name for test
Diffstat (limited to 'Tests/LoadCommand')
-rw-r--r-- | Tests/LoadCommand/CMakeLists.txt | 2 |
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) |