add helper function to find IPs of the node

This commit is contained in:
Alexey Rybalchenko
2015-01-23 17:15:43 +01:00
committed by Mohammad Al-Turany
parent bfa26e857d
commit a9b7e8866c
3 changed files with 101 additions and 4 deletions

View File

@@ -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