Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
d0807e9b
Commit
d0807e9b
authored
Oct 03, 2017
by
Steven Murray
Browse files
Added Oracle RPATH to cta-taped
parent
12a3537e
Changes
1
Hide whitespace changes
Inline
Side-by-side
tapeserver/CMakeLists.txt
View file @
d0807e9b
...
...
@@ -14,7 +14,11 @@ add_executable (cta-taped cta-taped.cpp)
find_package
(
Protobuf3 REQUIRED
)
target_link_libraries
(
cta-taped
ctatapedaemon ctacommon
${
PROTOBUF3_LIBRARIES
}
)
set_target_properties
(
cta-taped PROPERTIES INSTALL_RPATH
${
PROTOBUF3_RPATH
}
)
if
(
OCCI_SUPPORT
)
set_target_properties
(
cta-taped PROPERTIES INSTALL_RPATH
"
${
ORACLE-INSTANTCLIENT_RPATH
}
;
${
PROTOBUF3_RPATH
}
"
)
else
(
OCCI_SUPPORT
)
set_target_properties
(
cta-taped PROPERTIES INSTALL_RPATH
${
PROTOBUF3_RPATH
}
)
endif
(
OCCI_SUPPORT
)
install
(
TARGETS cta-taped DESTINATION usr/bin
)
install
(
FILES TPCONFIG.example DESTINATION /etc/cta
)
install
(
FILES cta-taped.1cta DESTINATION /usr/share/man/man1
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment