Update CMakeLists.txt

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

View File

@ -43,6 +43,7 @@ if (MSVC AND WIN32)
else () else ()
set(FMT_CUSTOM_MSVC_EH) set(FMT_CUSTOM_MSVC_EH)
endif () endif ()
endif ()
target_compile_options(gmock PUBLIC ${FMT_CUSTOM_MSVC_EH}) target_compile_options(gmock PUBLIC ${FMT_CUSTOM_MSVC_EH})
endif () endif ()