File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -100,13 +100,13 @@ stacktrace_add_library(windbg_cached ${BOOST_STACKTRACE_ENABLE_WINDBG_CACHED} "d
100
100
# Alias target for platform defaults (only if they enabled).
101
101
if (WIN32 )
102
102
if (BOOST_STACKTRACE_ENABLE_WINDBG )
103
- add_library (Boost::stacktrace ALIAS Boost::stacktrace_windbg )
103
+ add_library (Boost::stacktrace ALIAS Boost_stacktrace_windbg )
104
104
endif ()
105
105
else ()
106
106
if (BOOST_STACKTRACE_ENABLE_BACKTRACE )
107
- add_library (Boost::stacktrace ALIAS Boost::stacktrace_backtrace )
107
+ add_library (Boost::stacktrace ALIAS Boost_stacktrace_backtrace )
108
108
elseif (BOOST_STACKTRACE_ENABLE_BASIC )
109
- add_library (Boost::stacktrace ALIAS Boost::stacktrace_basic )
109
+ add_library (Boost::stacktrace ALIAS Boost_stacktrace_basic )
110
110
endif ()
111
111
endif ()
112
112
You can’t perform that action at this time.
0 commit comments