From f65b3b0971209591ef5715f73b7a2519661e54bb Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Wed, 6 Jul 2005 15:24:31 -0400 Subject: BUG: minor fix to project name to match ADD_TEST call --- Tests/Simple/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v0.12