+ Remove redefinition of /EHa which causes warnings with QtCreator

This commit is contained in:
wmayer
2014-04-30 19:21:49 +02:00
parent 2bb8a2d9a6
commit a22f68c3db
4 changed files with 0 additions and 22 deletions

View File

@@ -75,9 +75,4 @@ if(WIN32)
set_target_properties(Import PROPERTIES SUFFIX ".pyd")
endif(WIN32)
if(MSVC)
# Set special compiler flag to convert a SIGSEV into an exception
set_target_properties(Import PROPERTIES COMPILE_FLAGS "/EHa")
endif(MSVC)
INSTALL(TARGETS Import DESTINATION lib)

View File

@@ -52,9 +52,4 @@ if(WIN32)
set_target_properties(ImportGui PROPERTIES SUFFIX ".pyd")
endif(WIN32)
if(MSVC)
# Set special compiler flag to convert a SIGSEV into an exception
set_target_properties(ImportGui PROPERTIES COMPILE_FLAGS "/EHa")
endif(MSVC)
INSTALL(TARGETS ImportGui DESTINATION lib)