Explictly enable catching exceptions

pull/708/head
Michael 5 years ago
parent 5fdd68fa44
commit 728661f82c
No known key found for this signature in database
GPG Key ID: 2D51757B47E2434C

@ -58,6 +58,8 @@ else()
enable_language(ASM)
endif(MSVC_VERSION)
add_compile_options(/EHca)
include(cmake/solaris.cmake)
if(WIN32)

Loading…
Cancel
Save