aboutsummaryrefslogtreecommitdiffstats
path: root/storageserver/src/apps
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2024-04-05 14:16:09 +0200
committerTor Egge <Tor.Egge@online.no>2024-04-05 14:16:09 +0200
commitf8f0e7afcb6fac3325e72be014496e78790c1b58 (patch)
tree44797f2a56e1fda16f633120a91034d8fdc2dcbf /storageserver/src/apps
parent7370ad575cfd758c1589f433496abad4e53cf453 (diff)
Update to protobuf 5.26.1 (C++ API).
Diffstat (limited to 'storageserver/src/apps')
-rw-r--r--storageserver/src/apps/storaged/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/storageserver/src/apps/storaged/CMakeLists.txt b/storageserver/src/apps/storaged/CMakeLists.txt
index 89f0a3488ce..67377c6cba3 100644
--- a/storageserver/src/apps/storaged/CMakeLists.txt
+++ b/storageserver/src/apps/storaged/CMakeLists.txt
@@ -7,6 +7,7 @@ vespa_add_executable(storageserver_storaged_app
INSTALL sbin
DEPENDS
storageserver_storageapp
+ protobuf::libprotobuf
)
vespa_add_target_package_dependency(storageserver_storaged_app Protobuf)