X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=install%2FCMakeLists.txt;h=b55427cf97b0374ad86b314bb39ace930e0599b2;hb=125ebd33086d760e061a2a56656b7f6fb7be27fc;hp=3d5e8a225384eb1de18f7f8c227c3285bed2e51b;hpb=1f3e3f97b267baab840b81a627ca2d33d1d6d7ce;p=crea.git diff --git a/install/CMakeLists.txt b/install/CMakeLists.txt index 3d5e8a2..b55427c 100644 --- a/install/CMakeLists.txt +++ b/install/CMakeLists.txt @@ -72,7 +72,8 @@ SET(CPACK_RESOURCE_FILE_LICENSE "${PROJECT_SOURCE_DIR}/LICENSE.txt") SET(CPACK_PACKAGE_VERSION_MAJOR ${crea_MAJOR_VERSION}) SET(CPACK_PACKAGE_VERSION_MINOR ${crea_MINOR_VERSION}) SET(CPACK_PACKAGE_VERSION_PATCH ${crea_BUILD_VERSION}) -SET(CPACK_PACKAGE_INSTALL_DIRECTORY "CreaTools\\\\crea-${crea_MAJOR_VERSION}.${crea_MINOR_VERSION}.${crea_BUILD_VERSION}") +#SET(CPACK_PACKAGE_INSTALL_DIRECTORY "CreaTools\\\\crea-${crea_MAJOR_VERSION}.${crea_MINOR_VERSION}.${crea_BUILD_VERSION}") +SET(CPACK_PACKAGE_INSTALL_DIRECTORY "CreaTools/crea-${crea_MAJOR_VERSION}.${crea_MINOR_VERSION}.${crea_BUILD_VERSION}") IF(WIN32 AND NOT UNIX) # There is a bug in NSI that does not handle full unix paths properly. Make # sure there is at least one set of four (4) backlasshes.