Skip to content
Snippets Groups Projects
Commit 757f4f10 authored by Michael Davis's avatar Michael Davis
Browse files

[catalogue] Adds Protobuf3 INSTALL_RPATH in CMakeLists.txt

parent 26330549
No related branches found
No related tags found
No related merge requests found
......@@ -78,6 +78,7 @@ set_property(TARGET ctacatalogue PROPERTY SOVERSION "${CTA_SOVERSION}")
set_property(TARGET ctacatalogue PROPERTY VERSION "${CTA_LIBVERSION}")
set_property(TARGET ctacatalogue APPEND PROPERTY INSTALL_RPATH ${ORACLE-INSTANTCLIENT_RPATH})
set_property(TARGET ctacatalogue APPEND PROPERTY INSTALL_RPATH ${PROTOBUF3_RPATH})
install (TARGETS ctacatalogue DESTINATION usr/${CMAKE_INSTALL_LIBDIR})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment