eProsima / Micro-XRCE-DDS

An XRCE DDS implementation. Looking for commercial support? Contact info@eprosima.com
Apache License 2.0
156 stars 17 forks source link

prevent compiler test to make exe out of DDS #87

Open DenvE opened 3 years ago

DenvE commented 3 years ago

To make it possible to build the DDS via cmake's ExternalProject_Add as static library, it is necessary to run the compiler test only as a static library. This is possible via the CMAKE_TRY_COMPILE_TARGET_TYPE option.

This customisation allows you to add that option to the project.

richiprosima commented 3 years ago

Build status:

richiprosima commented 3 years ago

Build status: