3. CMake optionsΒΆ

eProsima DDS Record provides numerous CMake options for changing the behavior and configuration of eProsima DDS Record. These options allow the developer to enable/disable certain eProsima DDS Record settings by defining these options to ON/OFF at the CMake execution, or set the required path to certain dependencies.

Warning

These options are only for developers who installed eProsima DDS Record following the compilation steps described in Linux installation from sources.

Option

Description

Possible values

Default

CMAKE_BUILD_TYPE

CMake optimization build type.

Release
Debug

Release

BUILD_DDSRECORDER_CONTROLLER

Build the eProsima DDS Record remote
controller application.

OFF
ON

OFF

BUILD_DOCS

Build the eProsima DDS Record documentation.

OFF
ON

OFF

BUILD_TESTS

Build the eProsima DDS Record tools and
documentation tests.

OFF
ON

OFF

LOG_INFO

Activate eProsima DDS Record logs. It is
set to ON if CMAKE_BUILD_TYPE is set
to Debug.

OFF
ON

ON if Debug
OFF otherwise

ASAN_BUILD

Activate address sanitizer build.

OFF
ON

OFF

TSAN_BUILD

Activate thread sanitizer build.

OFF
ON

OFF