Skip to content
Snippets Groups Projects
Commit 00199e96 authored by Brad King's avatar Brad King Committed by Kitware Robot
Browse files

Merge topic 'disable-exec-info'


aa4c3018 Add option to explicitly avoid using execinfo for backtraces

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Merge-request: !6386
parents 87f7aecc aa4c3018
No related branches found
No related tags found
No related merge requests found
......@@ -361,6 +361,9 @@ macro (CMAKE_BUILD_UTILITIES)
if(CMake_NO_CXX_STANDARD)
set(KWSYS_CXX_STANDARD "")
endif()
if(CMake_NO_SELF_BACKTRACE)
set(KWSYS_NO_EXECINFO 1)
endif()
if(WIN32)
# FIXME: Teach KWSys to hard-code these checks on Windows.
set(KWSYS_C_HAS_CLOCK_GETTIME_MONOTONIC_COMPILED 0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment