diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2007-05-19 10:10:29 -0400 |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2007-05-19 10:10:29 -0400 |
commit | e2ea9391e60e0d8a899a4ed35c02862850b2b74d (patch) | |
tree | 89e0b6080cc3c01da74d774bdc626629283fd4b5 /Tests/LoadCommandOneConfig | |
parent | 4259c7c1e4d8f0bf2912fc080ae5c6522bea9619 (diff) | |
download | cmake-e2ea9391e60e0d8a899a4ed35c02862850b2b74d.tar.gz |
BUG: fix project name for test
Diffstat (limited to 'Tests/LoadCommandOneConfig')
-rw-r--r-- | Tests/LoadCommandOneConfig/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/LoadCommandOneConfig/CMakeLists.txt b/Tests/LoadCommandOneConfig/CMakeLists.txt index 30463ef8a0..e3543991a4 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) |