Skip to content

Commit

Permalink
Hide compiiler warnings in Visual Studio
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Feb 12, 2024
1 parent a51f505 commit aaaac4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ApplicationLibCode/UnitTests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,10 @@ if(MSVC)
$<TARGET_FILE_DIR:ResInsight-tests>
COMMAND_EXPAND_LISTS
)

set_target_properties(
ResInsight-tests PROPERTIES COMPILE_FLAGS "/wd4190"}
)
endif(MSVC)

add_test(NAME ResInsight-tests COMMAND ResInsight-tests)
Expand Down

0 comments on commit aaaac4b

Please sign in to comment.