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:
parent
7dc0a834e2
commit
d21abd6d74
1 changed files with 1 additions and 3 deletions
|
@ -16,14 +16,12 @@ find_package(ament_cmake_ros REQUIRED)
|
||||||
|
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
set(DISABLED_DEFAULT ON)
|
set(DISABLED_DEFAULT ON)
|
||||||
set(STATUS_CHECKING_TOOL_DEFAULT OFF)
|
|
||||||
else()
|
else()
|
||||||
set(DISABLED_DEFAULT OFF)
|
set(DISABLED_DEFAULT OFF)
|
||||||
set(STATUS_CHECKING_TOOL_DEFAULT ON)
|
|
||||||
endif()
|
endif()
|
||||||
option(TRACETOOLS_DISABLED "Explicitly disable support for tracing" ${DISABLED_DEFAULT})
|
option(TRACETOOLS_DISABLED "Explicitly disable support for tracing" ${DISABLED_DEFAULT})
|
||||||
option(TRACETOOLS_NO_RDYNAMIC "Disable export of -rdynamic link flag" OFF)
|
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)
|
if(NOT TRACETOOLS_DISABLED)
|
||||||
# Set TRACETOOLS_LTTNG_ENABLED if we can find lttng-ust
|
# Set TRACETOOLS_LTTNG_ENABLED if we can find lttng-ust
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue