Răsfoiți Sursa

ENH: switch to new install commands to match book text

Ken Martin 18 ani în urmă
părinte
comite
0516f8af36
1 a modificat fișierele cu 4 adăugiri și 4 ștergeri
  1. 4 4
      Tests/Tutorial/Step6/CMakeLists.txt

+ 4 - 4
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)