Fix excessing parenthesis

This commit is contained in:
denchat 2019-05-09 16:26:33 +07:00 committed by GitHub
parent b17216a452
commit e7e48c3379
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -168,7 +168,7 @@ if (MSVC)
if (FMT_MSVC_EH)
set(FMT_CUSTOM_MSVC_EH ${FMT_MSVC_EH})
else ()
if (CMAKE_CXX_COMPILER_ID MATCHES "Clang") )
if (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
set(FMT_CUSTOM_MSVC_EH /EHsc)
else ()
set(FMT_CUSTOM_MSVC_EH)