Remove the force of using DEB,RPM,TGZ CPACK_GENERATOR
Change-Id: I2462831a31ebe74c9c69e332b5960631bb1ef279
This commit is contained in:
committed by
Ammar Elwazir
parent
988bf4f93d
commit
95241eef3b
+1
-1
@@ -316,7 +316,7 @@ endif() # FILE_REORG_BACKWARD_COMPATIBILITY
|
||||
|
||||
if(${LIBRARY_TYPE} STREQUAL SHARED)
|
||||
# Packaging directives
|
||||
set(CPACK_GENERATOR "DEB" "RPM" "TGZ")
|
||||
set(CPACK_GENERATOR "DEB" "RPM" "TGZ" CACHE STRING "CPACK GENERATOR DEB;RPM")
|
||||
set(ENABLE_LDCONFIG
|
||||
ON
|
||||
CACHE BOOL "Set library links and caches using ldconfig.")
|
||||
|
||||
Reference in New Issue
Block a user