summaryrefslogtreecommitdiffstats
path: root/Tests/Simple/CMakeLists.txt
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-07-06 19:24:31 (GMT)
committerKen Martin <ken.martin@kitware.com>2005-07-06 19:24:31 (GMT)
commitf65b3b0971209591ef5715f73b7a2519661e54bb (patch)
tree1230fb6eb775077b1acf879b485b839ac49e918c /Tests/Simple/CMakeLists.txt
parentf1f141fe7da8c1e42297de6221593ebd7ba959dd (diff)
downloadCMake-f65b3b0971209591ef5715f73b7a2519661e54bb.zip
CMake-f65b3b0971209591ef5715f73b7a2519661e54bb.tar.gz
CMake-f65b3b0971209591ef5715f73b7a2519661e54bb.tar.bz2
BUG: minor fix to project name to match ADD_TEST call
Diffstat (limited to 'Tests/Simple/CMakeLists.txt')
-rw-r--r--Tests/Simple/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Simple/CMakeLists.txt b/Tests/Simple/CMakeLists.txt
index 2b2d0d1..13abefe 100644
--- a/Tests/Simple/CMakeLists.txt
+++ b/Tests/Simple/CMakeLists.txt
@@ -1,5 +1,5 @@
# a simple test case
-project (simple)
+project (Simple)
add_executable (simple simple.cxx)