From 0516f8af361a8693d83ed025caac05c9ebe688b6 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Tue, 13 Nov 2007 11:21:51 -0500 Subject: [PATCH] ENH: switch to new install commands to match book text --- Tests/Tutorial/Step6/CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Tests/Tutorial/Step6/CMakeLists.txt b/Tests/Tutorial/Step6/CMakeLists.txt index 3ab8b3b9a..b1a61fb0f 100644 --- a/Tests/Tutorial/Step6/CMakeLists.txt +++ b/Tests/Tutorial/Step6/CMakeLists.txt @@ -71,7 +71,7 @@ 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)