Prioritize RPM packages in CMakeLists.txt.
This commit is contained in:
parent
4ec4610f2b
commit
15439d8b3e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue