Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Jun 8, 2024
1 parent 21b3da1 commit aae8125
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tesseract_common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/")

if(WIN32)
# Need to have John Wason look into making this work on windows
set(TESSERACT_BACKTRACE_DEFINITION "") # BOOST_STACKTRACE_USE_WINDBG
set(TESSERACT_BACKTRACE_COMPONENT "stacktrace_basic") # stacktrace_windbg
set(TESSERACT_BACKTRACE_LIB "") # Boost::stacktrace_windbg
set(TESSERACT_BACKTRACE_DEFINITION "BOOST_STACKTRACE_USE_NOOP") # BOOST_STACKTRACE_USE_WINDBG
set(TESSERACT_BACKTRACE_COMPONENT "boost_stacktrace_noop") # stacktrace_windbg
set(TESSERACT_BACKTRACE_LIB "boost_stacktrace_noop") # Boost::stacktrace_windbg
else()
find_file(BACKTRACE_INCLUDE_FILE backtrace.h PATHS ${CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES})
if(BACKTRACE_INCLUDE_FILE)
Expand Down

0 comments on commit aae8125

Please sign in to comment.