mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix MSVCRTD warning message in release with debug and GRPC
This commit is contained in:
parent
710352e4bf
commit
94cc635649
@ -434,6 +434,7 @@ if (RESINSIGHT_ENABLE_GRPC)
|
|||||||
endforeach()
|
endforeach()
|
||||||
else()
|
else()
|
||||||
list(APPEND LINK_LIBRARIES ${GRPC_LIBRARIES})
|
list(APPEND LINK_LIBRARIES ${GRPC_LIBRARIES})
|
||||||
|
set_target_properties(ResInsight PROPERTIES LINK_FLAGS_RELWITHDEBINFO "/NODEFAULTLIB:MSVCRTD.lib")
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user