This commit is contained in:
tildearrow 2022-05-28 23:12:22 -05:00
parent 43908e5277
commit bf0b207a3d
1 changed files with 3 additions and 0 deletions

View File

@ -513,6 +513,9 @@ if (USE_BACKWARD)
if (WIN32 AND CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
list(APPEND DEPENDENCIES_LIBRARIES dbghelp psapi)
endif()
message(STATUS "Using backward-cpp")
else()
message(STATUS "Not using backward-cpp")
endif()
if (BUILD_GUI)