mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 14:19:59 -05:00
BUG: minor fix to project name to match ADD_TEST call
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# a simple test case
|
||||
project (simple)
|
||||
project (Simple)
|
||||
|
||||
add_executable (simple simple.cxx)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user