From: Eduardo Enrique Davila Serrano Date: Mon, 15 Jan 2024 13:51:17 +0000 (+0100) Subject: installer win64 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=2f967c5bad779bbd755c2fe159c451ae760b7dbe;p=creaTools.git installer win64 --- diff --git a/install/CMakeLists.txt b/install/CMakeLists.txt index c995cda..3359195 100644 --- a/install/CMakeLists.txt +++ b/install/CMakeLists.txt @@ -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}")