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
sds
HEP
HEPnOS
Commits
bef015bb
Commit
bef015bb
authored
Aug 07, 2020
by
Matthieu Dorier
Browse files
removed link dependency to thallium
parent
8bbe2763
Changes
2
Hide whitespace changes
Inline
Side-by-side
bin/CMakeLists.txt
View file @
bef015bb
add_executable
(
hepnos-daemon hepnos-daemon.cpp
)
target_link_libraries
(
hepnos-daemon hepnos-service yaml-cpp margo sdskv-server
thallium
)
target_link_libraries
(
hepnos-daemon hepnos-service yaml-cpp margo sdskv-server
)
add_executable
(
hepnos-shutdown hepnos-shutdown.cpp
)
target_link_libraries
(
hepnos-shutdown hepnos yaml-cpp margo
)
...
...
src/CMakeLists.txt
View file @
bef015bb
...
...
@@ -37,7 +37,7 @@ set (PRIVATE_LIBS "-lhepnos")
configure_file
(
"hepnos.pc.in"
"hepnos.pc"
@ONLY
)
add_library
(
hepnos
${
hepnos-src
}
)
target_link_libraries
(
hepnos uuid
thallium
mercury margo yaml-cpp sdskv-client ch-placement
)
target_link_libraries
(
hepnos uuid mercury margo yaml-cpp sdskv-client ch-placement
)
target_include_directories
(
hepnos PUBLIC $<INSTALL_INTERFACE:include>
)
# local include's BEFORE, in case old incompatable .h files in prefix/include
...
...
@@ -51,7 +51,7 @@ set_target_properties (hepnos
SOVERSION
${
HEPNOS_VERSION_MAJOR
}
)
add_library
(
hepnos-service
${
hepnos-service-src
}
)
target_link_libraries
(
hepnos-service
${
MPI_CXX_LIBRARIES
}
uuid
thallium
mercury margo yaml-cpp sdskv-client sdskv-server ch-placement
)
target_link_libraries
(
hepnos-service
${
MPI_CXX_LIBRARIES
}
uuid mercury margo yaml-cpp sdskv-client sdskv-server ch-placement
)
target_include_directories
(
hepnos-service PUBLIC $<INSTALL_INTERFACE:include>
)
# local include's BEFORE, in case old incompatable .h files in prefix/include
...
...
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