From 458c589fe33fb5e827e9dbcd7799a0cac2559dba Mon Sep 17 00:00:00 2001 From: Roger Leigh Date: Mon, 27 Nov 2017 15:52:45 +0000 Subject: FindBoost: Add Windows ABI tag for Clang debug Thanks to Walter Pearce for this suggestion. Fixes: #17505 --- Modules/FindBoost.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/FindBoost.cmake b/Modules/FindBoost.cmake index b1805ce..0786248 100644 --- a/Modules/FindBoost.cmake +++ b/Modules/FindBoost.cmake @@ -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() -- cgit v0.12