mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-08 07:03:25 -06:00
MSVC : Disable warning for ResInsight
This commit is contained in:
parent
55f23b0902
commit
f89c1e052c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user