diff options
author | Ken Martin <ken.martin@kitware.com> | 2007-05-11 10:22:20 -0400 |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2007-05-11 10:22:20 -0400 |
commit | 2208231aac6e5702d7143cc8de1836f7d02d9987 (patch) | |
tree | b5d5a5e08aa2fab11c41243fb2274d00d3f2dd28 /Tests/MathTest | |
parent | 0f0a83a51f8f05636fe33d17d4f21c92e42a06d8 (diff) | |
download | cmake-2208231aac6e5702d7143cc8de1836f7d02d9987.tar.gz |
ENH: some more CMakeList cleanups
Diffstat (limited to 'Tests/MathTest')
-rw-r--r-- | Tests/MathTest/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/MathTest/CMakeLists.txt b/Tests/MathTest/CMakeLists.txt index ef6c4f959a..bff35f761e 100644 --- a/Tests/MathTest/CMakeLists.txt +++ b/Tests/MathTest/CMakeLists.txt @@ -24,5 +24,5 @@ CONFIGURE_FILE( @ONLY) INCLUDE_DIRECTORIES("${CMAKE_CURRENT_BINARY_DIR}") -ADD_EXECUTABLE(MathTestExec MathTestExec.cxx) +ADD_EXECUTABLE(MathTest MathTestExec.cxx) |