mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-04-18 21:44:02 +03:00
fix(packaging) dh_missing: warning are treated as errors for buildbot debians
dh_missing: warning: Compatibility levels before 10 are deprecated (level 9 in use) dh_missing: warning: usr/lib/x86_64-linux-gnu/libmessageqcpp.a exists in debian/tmp but is not installed to anywhere dh_missing: warning: usr/lib/x86_64-linux-gnu/libpron.a exists in debian/tmp but is not installed to anywhere so do not install static libraries as targets on CMake
This commit is contained in:
parent
221dea1788
commit
1f71847e99
@ -18,4 +18,5 @@ add_library(messageqcpp STATIC ${messageqcpp_LIB_SRCS})
|
||||
|
||||
add_dependencies(messageqcpp loggingcpp)
|
||||
|
||||
install(TARGETS messageqcpp DESTINATION ${ENGINE_LIBDIR} COMPONENT columnstore-engine)
|
||||
#We don't isntall static library
|
||||
#install(TARGETS messageqcpp DESTINATION ${ENGINE_LIBDIR} COMPONENT columnstore-engine)
|
||||
|
@ -1,9 +1,7 @@
|
||||
include_directories( ${ENGINE_COMMON_INCLUDES} )
|
||||
|
||||
set(pron_LIB_SRCS pron.cpp)
|
||||
|
||||
add_library(pron STATIC ${pron_LIB_SRCS})
|
||||
|
||||
target_link_libraries(pron messageqcpp loggingcpp)
|
||||
|
||||
install(TARGETS pron DESTINATION ${ENGINE_LIBDIR} COMPONENT columnstore-engine)
|
||||
#We don't isntall static library
|
||||
#install(TARGETS pron DESTINATION ${ENGINE_LIBDIR} COMPONENT columnstore-engine)
|
||||
|
Loading…
x
Reference in New Issue
Block a user