diff options
author | Ken Martin <ken.martin@kitware.com> | 2007-05-11 14:22:20 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2007-05-11 14:22:20 (GMT) |
commit | 2208231aac6e5702d7143cc8de1836f7d02d9987 (patch) | |
tree | b5d5a5e08aa2fab11c41243fb2274d00d3f2dd28 /Tests/TarTest | |
parent | 0f0a83a51f8f05636fe33d17d4f21c92e42a06d8 (diff) | |
download | CMake-2208231aac6e5702d7143cc8de1836f7d02d9987.zip CMake-2208231aac6e5702d7143cc8de1836f7d02d9987.tar.gz CMake-2208231aac6e5702d7143cc8de1836f7d02d9987.tar.bz2 |
ENH: some more CMakeList cleanups
Diffstat (limited to 'Tests/TarTest')
-rw-r--r-- | Tests/TarTest/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/TarTest/CMakeLists.txt b/Tests/TarTest/CMakeLists.txt index b48bd62..cfb26bf 100644 --- a/Tests/TarTest/CMakeLists.txt +++ b/Tests/TarTest/CMakeLists.txt @@ -1,4 +1,4 @@ -PROJECT(TestTar) +PROJECT(TarTest) # this is macro that we will be running MACRO(EXEC_TAR_COMMAND DIR ARGS) @@ -54,5 +54,5 @@ ENDMACRO(CHECK_DIR_STRUCTURE) CHECK_DIR_STRUCTURE("${CMAKE_CURRENT_BINARY_DIR}/test_output_tar/tar_dir") -ADD_EXECUTABLE(TestTarExec TestTarExec.cxx) +ADD_EXECUTABLE(TarTest TestTarExec.cxx) |