mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 16:46:47 +00:00
CMake: Simplify summary of DDS dependency
This commit is contained in:
parent
afadb2a078
commit
0b43bec9a7
|
@ -281,8 +281,7 @@ if(PROJECT_PACKAGE_DEPENDENCIES)
|
||||||
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)
|
elseif(${dep} STREQUAL DDS)
|
||||||
get_target_property(dds_include DDS::dds_intercom_lib INTERFACE_INCLUDE_DIRECTORIES)
|
set(prefix "${DDS_INSTALL_PREFIX}")
|
||||||
get_filename_component(prefix ${dds_include}/.. ABSOLUTE)
|
|
||||||
elseif(${dep} STREQUAL Boost)
|
elseif(${dep} STREQUAL Boost)
|
||||||
if(TARGET Boost::headers)
|
if(TARGET Boost::headers)
|
||||||
get_target_property(boost_include Boost::headers INTERFACE_INCLUDE_DIRECTORIES)
|
get_target_property(boost_include Boost::headers INTERFACE_INCLUDE_DIRECTORIES)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user