From 6a5ae46e4ecab4b1e2e779bd9cb21df5469f7017 Mon Sep 17 00:00:00 2001 From: Ryan Burns Date: Mon, 3 Feb 2020 11:58:27 -0800 Subject: [PATCH] Fix rpath by installing shared libs to system path --- components/isceobj/Util/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/components/isceobj/Util/CMakeLists.txt b/components/isceobj/Util/CMakeLists.txt index 50b952f..b44a6f0 100644 --- a/components/isceobj/Util/CMakeLists.txt +++ b/components/isceobj/Util/CMakeLists.txt @@ -127,9 +127,12 @@ target_include_directories(combinedLib INTERFACE ${CMAKE_CURRENT_BINARY_DIR} ) -InstallSameDir( +install(TARGETS utilLib combinedLib + LIBRARY DESTINATION lib) + +InstallSameDir( combinedlibmodule offoutliers __init__.py