X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=install%2FCMakeLists.txt;h=5ae2131430aec758e33a71d8eea873bec0b4938e;hb=fe5ff4386e982e131337b3324b787118cbc8df8a;hp=6e0a1a88bc5a768ebd7f7f06b81e66ba53e08ffb;hpb=7dc7a00ebd0e9a30d2c992c0e439c2f7f7408e0f;p=creaMaracasVisu.git diff --git a/install/CMakeLists.txt b/install/CMakeLists.txt index 6e0a1a8..5ae2131 100644 --- a/install/CMakeLists.txt +++ b/install/CMakeLists.txt @@ -48,10 +48,14 @@ ENDFOREACH(iLST) # ENDIF(WIN32) #ELSE (BUILD_BBTK_PACKAGE_creaMaracasVisu) - - SET(CPACK_PACKAGE_INSTALL_DIRECTORY "CreaTools/creaMaracasVisu-${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}") +IF(WIN32) + SET(CPACK_PACKAGE_INSTALL_DIRECTORY "CreaTools\\\\creaMaracasVisu-${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}") +ELSE(WIN32) + SET(CPACK_PACKAGE_INSTALL_DIRECTORY "CreaTools/creaMaracasVisu-${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}") +ENDIF(WIN32) + IF(WIN32) - SET(CMAKE_INSTALL_PREFIX C:/CreaTools/creaMaracasVisu) + SET(CMAKE_INSTALL_PREFIX C:/CreaTools/creaMaracasVisu) ENDIF(WIN32)