diff --git a/CMakeLists.txt b/CMakeLists.txt index eb1696d9..3d7d8c8e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -77,7 +77,7 @@ if(MSVC) set(_COMMON_CFLAGS /W4 /wd4100 /bigobj /nologo - /RTC1 /RTCs /RTCu + $<$:/RTC1 /RTCs /RTCu> /EHsc )