]> Creatis software - creaTools.git/commitdiff
installer win64
authorEduardo Enrique Davila Serrano <davila@creatis.insa-lyon.fr>
Mon, 15 Jan 2024 13:51:17 +0000 (14:51 +0100)
committerEduardo Enrique Davila Serrano <davila@creatis.insa-lyon.fr>
Mon, 15 Jan 2024 13:51:17 +0000 (14:51 +0100)
install/CMakeLists.txt

index c995cda902075c621ed65e2f849a463d78964dc4..33591957b51ccad24681fa988e78ef5de4c0dca7 100644 (file)
@@ -42,6 +42,8 @@ SET(CPACK_RESOURCE_FILE_LICENSE "${PROJECT_SOURCE_DIR}/LICENSE.txt")
 SET(CPACK_PACKAGE_VERSION_MAJOR ${PROJECT_MAJOR_VERSION})
 SET(CPACK_PACKAGE_VERSION_MINOR ${PROJECT_MINOR_VERSION})
 SET(CPACK_PACKAGE_VERSION_PATCH ${PROJECT_BUILD_VERSION})
+SET(CPACK_SYSTEM_NAME ${CREATOOLS_PLATFORM})
+
 
 # SET(CPACK_PACKAGE_INSTALL_DIRECTORY "CreaTools\\\\${PROJECT_NAME}-${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
   SET(CPACK_PACKAGE_INSTALL_DIRECTORY "CreaTools\\\\CreaTools-${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")