Skip to content

Commit

Permalink
CMake: Support DDS 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisklein committed Aug 7, 2019
1 parent c3f6d5c commit d91a7d2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cmake/FindDDS.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d91a7d2

Please sign in to comment.