Not sure about MSVC, test travis again
This commit is contained in:
parent
ff44d1a358
commit
03d76000fd
@ -164,7 +164,7 @@ endif ()
|
|||||||
|
|
||||||
# Insert FMT_MSVC_EH if user provides.
|
# Insert FMT_MSVC_EH if user provides.
|
||||||
# If not, default to /EHsc in clang target msvc.
|
# If not, default to /EHsc in clang target msvc.
|
||||||
if (MSVC AND WIN32)
|
if (MSVC)
|
||||||
if (FMT_MSVC_EH)
|
if (FMT_MSVC_EH)
|
||||||
set(FMT_CUSTOM_MSVC_EH ${FMT_MSVC_EH})
|
set(FMT_CUSTOM_MSVC_EH ${FMT_MSVC_EH})
|
||||||
else ()
|
else ()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user