From ec2839c57d013d1aff60e5f9255e86c6c46ab8dc Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Thu, 17 Jan 2008 10:26:49 -0500 Subject: [PATCH] STYLE: change case to match book --- Tests/Tutorial/Step7/CMakeLists.txt | 10 +++++----- Tests/Tutorial/Step7/CTestConfig.cmake | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Tests/Tutorial/Step7/CMakeLists.txt b/Tests/Tutorial/Step7/CMakeLists.txt index 319327f57..2e8908355 100644 --- a/Tests/Tutorial/Step7/CMakeLists.txt +++ b/Tests/Tutorial/Step7/CMakeLists.txt @@ -71,10 +71,10 @@ do_test (0.0001 "0.0001 is 0.01") # build a CPack driven installer package include (InstallRequiredSystemLibraries) -SET(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/License.txt") -SET(CPACK_PACKAGE_VERSION_MAJOR "${Tutorial_VERSION_MAJOR}") -SET(CPACK_PACKAGE_VERSION_MINOR "${Tutorial_VERSION_MINOR}") -INCLUDE (CPack) +set (CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/License.txt") +set (CPACK_PACKAGE_VERSION_MAJOR "${Tutorial_VERSION_MAJOR}") +set (CPACK_PACKAGE_VERSION_MINOR "${Tutorial_VERSION_MINOR}") +include (CPack) # enable dashboard scripting -INCLUDE (CTest) +include (CTest) diff --git a/Tests/Tutorial/Step7/CTestConfig.cmake b/Tests/Tutorial/Step7/CTestConfig.cmake index 99fa0560d..d8f5c4491 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")