Prioritize RPM packages in CMakeLists.txt.

This commit is contained in:
Username404-59 2021-02-25 18:55:40 +01:00
parent 4ec4610f2b
commit 15439d8b3e
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ if (UNIX AND NOT MINGW)
set(CPACK_RPM_PACKAGE_VERSION ${PROJECT_VERSION})
set(CPACK_RPM_PACKAGE_RELEASE ${TIME})
if (NOT DEFINED CPACK_GENERATOR)
set(CPACK_GENERATOR TGZ;STGZ;DEB;RPM)
set(CPACK_GENERATOR TGZ;STGZ;RPM;DEB)
endif()
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/ybcon ${CMAKE_CURRENT_SOURCE_DIR}/scripts/ybcon.sh
PERMISSIONS