Tutorial: Move step 8 to step 5. Shift steps 5-7 to 6-8.

This commit is contained in:
Markus Ferrell
2022-07-18 09:32:05 -04:00
parent 0beb0ec22f
commit 6c77ccec51
19 changed files with 82 additions and 122 deletions
+1
View File
@@ -65,6 +65,7 @@ do_test(Tutorial 25 "25 is 5")
do_test(Tutorial -25 "-25 is (-nan|nan|0)")
do_test(Tutorial 0.0001 "0.0001 is 0.01")
# setup installer
include(InstallRequiredSystemLibraries)
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/License.txt")
set(CPACK_PACKAGE_VERSION_MAJOR "${Tutorial_VERSION_MAJOR}")