diff options
author | Ken Martin <ken.martin@kitware.com> | 2008-01-17 15:26:49 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2008-01-17 15:26:49 (GMT) |
commit | ec2839c57d013d1aff60e5f9255e86c6c46ab8dc (patch) | |
tree | 874b794f8f4b56d7cf4e2cc72d9a2e16bc454988 /Tests/Tutorial/Step7/CTestConfig.cmake | |
parent | 18b9e7db6c84bfe3936d33e7c7ca86a544f3e818 (diff) | |
download | CMake-ec2839c57d013d1aff60e5f9255e86c6c46ab8dc.zip CMake-ec2839c57d013d1aff60e5f9255e86c6c46ab8dc.tar.gz CMake-ec2839c57d013d1aff60e5f9255e86c6c46ab8dc.tar.bz2 |
STYLE: change case to match book
Diffstat (limited to 'Tests/Tutorial/Step7/CTestConfig.cmake')
-rw-r--r-- | Tests/Tutorial/Step7/CTestConfig.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Tutorial/Step7/CTestConfig.cmake b/Tests/Tutorial/Step7/CTestConfig.cmake index 99fa056..d8f5c44 100644 --- a/Tests/Tutorial/Step7/CTestConfig.cmake +++ b/Tests/Tutorial/Step7/CTestConfig.cmake @@ -1 +1 @@ -SET(CTEST_PROJECT_NAME "Tutorial") +set (CTEST_PROJECT_NAME "Tutorial") |