Fix excessing parenthesis

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

View File

@ -36,7 +36,7 @@ if (MSVC)
set(FMT_CUSTOM_MSVC_EH ${FMT_MSVC_EH})
endif ()
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)