Not sure about MSVC, test travis again

This commit is contained in:
denchat 2019-05-09 18:39:24 +07:00 committed by GitHub
parent ff44d1a358
commit 03d76000fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -164,7 +164,7 @@ endif ()
# Insert FMT_MSVC_EH if user provides.
# If not, default to /EHsc in clang target msvc.
if (MSVC AND WIN32)
if (MSVC)
if (FMT_MSVC_EH)
set(FMT_CUSTOM_MSVC_EH ${FMT_MSVC_EH})
else ()