We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e90d769 commit b8f1ab9Copy full SHA for b8f1ab9
src/CMakeLists.txt
@@ -144,9 +144,7 @@ if(WIN32)
144
PRIVATE
145
_CRT_NONSTDC_NO_WARNINGS)
146
endif()
147
-if("${CMAKE_C_SIMULATE_ID}" STREQUAL "MSVC")
148
- target_compile_options(dispatch PRIVATE /EHsc-)
149
-else()
+if(NOT "${CMAKE_C_SIMULATE_ID}" STREQUAL "MSVC")
150
target_compile_options(dispatch PRIVATE -fno-exceptions)
151
152
if(DISPATCH_ENABLE_ASSERTS)
0 commit comments