From 0246377adcf1a6ecdd0133b9026724afb2e7a861 Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Wed, 13 Jan 2021 07:50:17 +0100 Subject: [PATCH] Add missing bundling of libprotobuf --- ApplicationExeCode/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApplicationExeCode/CMakeLists.txt b/ApplicationExeCode/CMakeLists.txt index fb29450e9d..60a0f1f7cc 100644 --- a/ApplicationExeCode/CMakeLists.txt +++ b/ApplicationExeCode/CMakeLists.txt @@ -549,7 +549,7 @@ if(RESINSIGHT_PRIVATE_INSTALL) # install GRPC-related DLLs and resinsight_classes.py if(RESINSIGHT_ENABLE_GRPC) set(ZLIB_DLL "$,zlibd1,zlib1>") - set(GRPC_DLL_NAMES cares ${ZLIB_DLL} abseil_dll) + set(GRPC_DLL_NAMES libprotobuf cares ${ZLIB_DLL} abseil_dll) foreach(dllname ${GRPC_DLL_NAMES}) install(FILES $/${dllname}.dll DESTINATION ${RESINSIGHT_INSTALL_FOLDER})