Fix rpath by installing shared libs to system path
parent
7274dbd2a4
commit
6a5ae46e4e
|
@ -127,9 +127,12 @@ target_include_directories(combinedLib INTERFACE
|
||||||
${CMAKE_CURRENT_BINARY_DIR}
|
${CMAKE_CURRENT_BINARY_DIR}
|
||||||
)
|
)
|
||||||
|
|
||||||
InstallSameDir(
|
install(TARGETS
|
||||||
utilLib
|
utilLib
|
||||||
combinedLib
|
combinedLib
|
||||||
|
LIBRARY DESTINATION lib)
|
||||||
|
|
||||||
|
InstallSameDir(
|
||||||
combinedlibmodule
|
combinedlibmodule
|
||||||
offoutliers
|
offoutliers
|
||||||
__init__.py
|
__init__.py
|
||||||
|
|
Loading…
Reference in New Issue