mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
CMake: Support DDS 2.4
This commit is contained in:
committed by
Dennis Klein
parent
c3f6d5c11f
commit
de9c72da83
@@ -11,6 +11,13 @@ find_path(DDS_INCLUDE_DIR
|
||||
HINTS ${DDS_ROOT} $ENV{DDS_ROOT}
|
||||
PATH_SUFFIXES include
|
||||
)
|
||||
if(NOT DDS_INCLUDE_DIR)
|
||||
find_path(DDS_INCLUDE_DIR
|
||||
NAMES dds_intercom.h
|
||||
HINTS ${DDS_ROOT} $ENV{DDS_ROOT}
|
||||
PATH_SUFFIXES include/DDS
|
||||
)
|
||||
endif()
|
||||
|
||||
find_path(DDS_LIBRARY_DIR
|
||||
NAMES libdds_intercom_lib.dylib libdds_intercom_lib.so
|
||||
|
Reference in New Issue
Block a user