CPack/CMake for musrfit

more tweaks towards musrfit rpm
This commit is contained in:
2019-01-14 11:19:19 +01:00
parent 87f706dfaa
commit d634fd2ce6
3 changed files with 9 additions and 2 deletions

View File

@ -326,7 +326,7 @@ set (CPACK_PROJECT_CONFIG_FILE "${PROJECT_BINARY_DIR}/CPackOptions.cmake")
#set (CPACK_GENERATOR TGZ) # not use ZIP on UNIX as problem with symlinks
#set (CPACK_SOURCE_GENERATOR TGZ) # not use ZIP on UNIX as problem with symlinks
if (UNIX)
# set (CPACK_GENERATOR ${CPACK_GENERATOR};RPM)
set (CPACK_GENERATOR ${CPACK_GENERATOR};RPM)
endif ()
# Include of CPack must always be last
include(CPack)