mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Use libprotobufd.dll for debug windows builds
This commit is contained in:
parent
8914ae106c
commit
ee29349d5e
@ -549,7 +549,8 @@ if(RESINSIGHT_PRIVATE_INSTALL)
|
||||
# install GRPC-related DLLs and resinsight_classes.py
|
||||
if(RESINSIGHT_ENABLE_GRPC)
|
||||
set(ZLIB_DLL "$<IF:$<CONFIG:Debug>,zlibd1,zlib1>")
|
||||
set(GRPC_DLL_NAMES libprotobuf cares ${ZLIB_DLL} abseil_dll)
|
||||
set(PROTOBUF_DLL "$<IF:$<CONFIG:Debug>,libprotobufd,libprotobuf>")
|
||||
set(GRPC_DLL_NAMES ${PROTOBUF_DLL} cares ${ZLIB_DLL} abseil_dll)
|
||||
foreach(dllname ${GRPC_DLL_NAMES})
|
||||
install(FILES $<TARGET_FILE_DIR:ResInsight>/${dllname}.dll
|
||||
DESTINATION ${RESINSIGHT_INSTALL_FOLDER})
|
||||
|
Loading…
Reference in New Issue
Block a user