mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
MSVC : Disable warning for ResInsight
This commit is contained in:
@@ -266,6 +266,9 @@ set( EXE_FILES
|
||||
|
||||
add_executable( ResInsight ${EXE_FILES} )
|
||||
|
||||
if (MSVC)
|
||||
set_target_properties(ResInsight PROPERTIES COMPILE_FLAGS "/wd4190")
|
||||
endif()
|
||||
|
||||
#############################################################################
|
||||
# Application icon for MacOS X bundle
|
||||
|
||||
Reference in New Issue
Block a user