mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 08:41:16 +00:00
CMake: Add Boost version requirement of DDS
* Fix dependency summary table entry for DDS
This commit is contained in:
parent
a30a6955ef
commit
a866c6d936
|
@ -78,6 +78,7 @@ if(BUILD_DDS_PLUGIN)
|
||||||
VERSION 2.4
|
VERSION 2.4
|
||||||
)
|
)
|
||||||
set(DDS_Boost_COMPONENTS system log log_setup)
|
set(DDS_Boost_COMPONENTS system log log_setup)
|
||||||
|
set(DDS_Boost_VERSION 1.67)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(BUILD_PMIX_PLUGIN)
|
if(BUILD_PMIX_PLUGIN)
|
||||||
|
@ -266,6 +267,9 @@ if(PROJECT_PACKAGE_DEPENDENCIES)
|
||||||
elseif(${dep} STREQUAL nanomsg)
|
elseif(${dep} STREQUAL nanomsg)
|
||||||
get_target_property(nn_include nanomsg INTERFACE_INCLUDE_DIRECTORIES)
|
get_target_property(nn_include nanomsg INTERFACE_INCLUDE_DIRECTORIES)
|
||||||
get_filename_component(prefix ${nn_include}/.. ABSOLUTE)
|
get_filename_component(prefix ${nn_include}/.. ABSOLUTE)
|
||||||
|
elseif(${dep} STREQUAL DDS)
|
||||||
|
get_target_property(dds_include DDS::dds_intercom_lib INTERFACE_INCLUDE_DIRECTORIES)
|
||||||
|
get_filename_component(prefix ${dds_include}/.. ABSOLUTE)
|
||||||
elseif(${dep} STREQUAL Doxygen)
|
elseif(${dep} STREQUAL Doxygen)
|
||||||
get_target_property(doxygen_bin Doxygen::doxygen INTERFACE_LOCATION)
|
get_target_property(doxygen_bin Doxygen::doxygen INTERFACE_LOCATION)
|
||||||
get_filename_component(prefix ${doxygen_bin} DIRECTORY)
|
get_filename_component(prefix ${doxygen_bin} DIRECTORY)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user