Fix MSVCRTD warning message in release with debug and GRPC

This commit is contained in:
Gaute Lindkvist 2019-11-19 10:03:23 +01:00
parent 710352e4bf
commit 94cc635649

View File

@ -434,6 +434,7 @@ if (RESINSIGHT_ENABLE_GRPC)
endforeach()
else()
list(APPEND LINK_LIBRARIES ${GRPC_LIBRARIES})
set_target_properties(ResInsight PROPERTIES LINK_FLAGS_RELWITHDEBINFO "/NODEFAULTLIB:MSVCRTD.lib")
endif()
endif()