From e7e48c33799f199802cd42a827f3bf42c89e6d73 Mon Sep 17 00:00:00 2001 From: denchat <19730041+denchat@users.noreply.github.com> Date: Thu, 9 May 2019 16:26:33 +0700 Subject: [PATCH] Fix excessing parenthesis --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9971c532..544f3ca6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)