Fix excessing parenthesis
This commit is contained in:
parent
e7e48c3379
commit
c0790969a1
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user