BUG: minor fix to project name to match ADD_TEST call

This commit is contained in:
Ken Martin 2005-07-06 15:24:31 -04:00
parent f1f141fe7d
commit f65b3b0971
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# a simple test case
project (simple)
project (Simple)
add_executable (simple simple.cxx)