+ Remove redefinition of /EHa which causes warnings with QtCreator

This commit is contained in:
wmayer 2014-04-30 19:21:49 +02:00
parent 7be7310eb1
commit 66de74d14a
4 changed files with 0 additions and 22 deletions

View File

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

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)

View File

@ -268,10 +268,4 @@ if(WIN32)
set_target_properties(Part PROPERTIES SUFFIX ".pyd")
endif(WIN32)
if(MSVC)
# Set special compiler flag to convert a SIGSEV into an exception
# to fix issue #0000215, #0001155, ...
set_target_properties(Part PROPERTIES COMPILE_FLAGS "/EHa")
endif(MSVC)
INSTALL(TARGETS Part DESTINATION lib)