2. CMake optionsΒΆ

Fast DDS Visualizer Plugin provides several CMake options to build the documentation and tests.

Warning

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

Option

Description

Possible values

Default

CMAKE_BUILD_TYPE

Type of build (optional). Setting CMAKE_BUILD_TYPE
to Debug enables debugging and console logging.

Debug
Release

Release

BUILD_TESTS

Build the Fast DDS Visualizer Plugin application
and documentation tests. Setting BUILD_TESTS to ON sets
BUILD_DOCUMENTATION_TESTS to ON.

OFF
ON

OFF

BUILD_DOCUMENTATION_TESTS

Build the Fast DDS Visualizer Plugin documentation tests.
It is set to ON if BUILD_TESTS is set to ON.

OFF
ON

OFF

BUILD_DOCUMENTATION

Build the Fast DDS Visualizer Plugin documentation.
It is set to ON if BUILD_TESTS_DOCUMENTATION
is set to ON.

OFF
ON

OFF