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