mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
MSVC : Disable warnings for opm-flowdiag
This commit is contained in:
parent
6188f507f2
commit
55f23b0902
@ -27,3 +27,7 @@ add_library(custom-opm-flowdiag-app
|
||||
)
|
||||
|
||||
target_link_libraries(custom-opm-flowdiag-app ecl)
|
||||
|
||||
if (MSVC)
|
||||
set_target_properties(${PROJECT_NAME} PROPERTIES COMPILE_FLAGS "/wd4190 /wd4267")
|
||||
endif()
|
||||
|
@ -21,3 +21,6 @@ add_library(${PROJECT_NAME}
|
||||
${project_source_files_complete_path}
|
||||
)
|
||||
|
||||
if (MSVC)
|
||||
set_target_properties(${PROJECT_NAME} PROPERTIES COMPILE_FLAGS "/wd4267")
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user