Skip to content

Commit

Permalink
fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
apolukhin committed Oct 17, 2024
1 parent 5f4cb38 commit bcb985c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ elseif(BOOST_STACKTRACE_ENABLE_BASIC)
set(BOOST_STACKTRACE_IMPL_DEFAULT_IMPLEMENTATION Boost::stacktrace_basic)
elseif(BOOST_STACKTRACE_ENABLE_NOOP)
set(BOOST_STACKTRACE_IMPL_DEFAULT_IMPLEMENTATION Boost::stacktrace_noop)
endif
endif()

stacktrace_add_library(from_exception ${BOOST_STACKTRACE_ENABLE_FROM_EXCEPTION} "${CMAKE_DL_LIBS} ${BOOST_STACKTRACE_IMPL_DEFAULT_IMPLEMENTATION}" "")

Expand Down

0 comments on commit bcb985c

Please sign in to comment.