+ Remove redefinition of /EHa which causes warnings with QtCreator
This commit is contained in:
parent
7be7310eb1
commit
66de74d14a
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user