From: Eduardo Enrique Davila Serrano Date: Wed, 17 Jan 2024 08:27:57 +0000 (+0100) Subject: Bug windows x64 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=a6d573132cdf214353d02779f92e5efb35b11ed0;p=creaTools.git Bug windows x64 --- diff --git a/install/CMakeLists.txt b/install/CMakeLists.txt index 3359195..0e5a769 100644 --- a/install/CMakeLists.txt +++ b/install/CMakeLists.txt @@ -43,6 +43,7 @@ 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_INNOSETUP_ARCHITECTURE x64) # SET(CPACK_PACKAGE_INSTALL_DIRECTORY "CreaTools\\\\${PROJECT_NAME}-${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")