Update CMakeLists.txt
This commit is contained in:
parent
ade161dbdc
commit
ff44d1a358
@ -42,6 +42,7 @@ if (MSVC AND WIN32)
|
|||||||
set(FMT_CUSTOM_MSVC_EH /EHsc)
|
set(FMT_CUSTOM_MSVC_EH /EHsc)
|
||||||
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 ()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user