From 2f967c5bad779bbd755c2fe159c451ae760b7dbe Mon Sep 17 00:00:00 2001 From: Eduardo Enrique Davila Serrano Date: Mon, 15 Jan 2024 14:51:17 +0100 Subject: [PATCH] installer win64 --- install/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) 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}") -- 2.47.1