Skip to content
Snippets Groups Projects
Commit 6770c3a6 authored by Steven Murray's avatar Steven Murray
Browse files

Added missing PROTOBUF3_RPATH to cta-immutable-file-test

parent f0fb5a3b
Branches
Tags
No related merge requests found
......@@ -120,6 +120,7 @@ add_executable(cta-immutable-file-test
ImmutableFileTestCmdLineArgs.cpp)
set_property (TARGET cta-immutable-file-test APPEND PROPERTY INCLUDE_DIRECTORIES "/usr/include/xrootd")
set_property (TARGET cta-immutable-file-test APPEND PROPERTY INSTALL_RPATH ${PROTOBUF3_RPATH})
target_link_libraries(cta-immutable-file-test
ctacommon)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment