mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 16:32:14 -06:00
FindBoost: Add Windows ABI tag for Clang debug
Thanks to Walter Pearce for this suggestion. Fixes: #17505
This commit is contained in:
@@ -1393,6 +1393,7 @@ endif()
|
||||
# support libraries
|
||||
if(WIN32 AND Boost_USE_DEBUG_RUNTIME)
|
||||
if("x${CMAKE_CXX_COMPILER_ID}" STREQUAL "xMSVC"
|
||||
OR "x${CMAKE_CXX_COMPILER_ID}" STREQUAL "xClang"
|
||||
OR "x${CMAKE_CXX_COMPILER_ID}" STREQUAL "xIntel")
|
||||
string(APPEND _boost_DEBUG_ABI_TAG "g")
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user