Added exception handling
This commit is contained in:
parent
ca25a272bd
commit
d8c008ad56
@ -110,6 +110,7 @@ if (MSVC)
|
||||
foreach(CompilerFlag ${CompilerFlags})
|
||||
string(REPLACE "/MD" "/MT" ${CompilerFlag} "${${CompilerFlag}}")
|
||||
endforeach()
|
||||
add_compile_options("/EHa") #We require exception handling
|
||||
else()
|
||||
#This is a bad thing here!
|
||||
function(resolve_library VARIABLE FALLBACK PATHS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user