Revert "Disable status checking tool by default on Windows"

This reverts commit c3c16707eb.

Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
This commit is contained in:
Christophe Bedard 2020-09-10 19:32:05 -04:00
parent 7dc0a834e2
commit d21abd6d74

View file

@ -16,14 +16,12 @@ find_package(ament_cmake_ros REQUIRED)
if(WIN32)
set(DISABLED_DEFAULT ON)
set(STATUS_CHECKING_TOOL_DEFAULT OFF)
else()
set(DISABLED_DEFAULT OFF)
set(STATUS_CHECKING_TOOL_DEFAULT ON)
endif()
option(TRACETOOLS_DISABLED "Explicitly disable support for tracing" ${DISABLED_DEFAULT})
option(TRACETOOLS_NO_RDYNAMIC "Disable export of -rdynamic link flag" OFF)
option(TRACETOOLS_STATUS_CHECKING_TOOL "Enable the status checking tool" ${STATUS_CHECKING_TOOL_DEFAULT})
option(TRACETOOLS_STATUS_CHECKING_TOOL "Enable the status checking tool" ON)
if(NOT TRACETOOLS_DISABLED)
# Set TRACETOOLS_LTTNG_ENABLED if we can find lttng-ust