mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
add helper function to find IPs of the node
This commit is contained in:
committed by
Mohammad Al-Turany
parent
bfa26e857d
commit
a9b7e8866c
@@ -8,6 +8,8 @@
|
||||
Set(INCLUDE_DIRECTORIES
|
||||
${CMAKE_SOURCE_DIR}/fairmq
|
||||
${CMAKE_SOURCE_DIR}/fairmq/devices
|
||||
${CMAKE_SOURCE_DIR}/fairmq/examples/req-rep
|
||||
${CMAKE_SOURCE_DIR}/fairmq/tools
|
||||
)
|
||||
|
||||
Set(SYSTEM_INCLUDE_DIRECTORIES
|
||||
@@ -17,7 +19,6 @@ Set(SYSTEM_INCLUDE_DIRECTORIES
|
||||
If(PROTOBUF_FOUND)
|
||||
Set(INCLUDE_DIRECTORIES
|
||||
${INCLUDE_DIRECTORIES}
|
||||
${CMAKE_SOURCE_DIR}/fairmq/examples/req-rep
|
||||
# # following directory is only for protobuf tests and is not essential part of FairMQ
|
||||
#${CMAKE_SOURCE_DIR}/fairmq/prototest
|
||||
)
|
||||
@@ -130,9 +131,6 @@ Set(FairMQHDRFiles
|
||||
)
|
||||
install(FILES ${FairMQHDRFiles} DESTINATION include)
|
||||
|
||||
|
||||
|
||||
|
||||
set(DEPENDENCIES
|
||||
${DEPENDENCIES}
|
||||
boost_thread boost_timer boost_system boost_program_options
|
||||
|
Reference in New Issue
Block a user