summaryrefslogtreecommitdiffstats
path: root/searchcore/src/apps/proton/CMakeLists.txt
diff options
context:
space:
mode:
authorTor Brede Vekterli <vekterli@vespa.ai>2024-04-10 16:09:39 +0200
committerGitHub <noreply@github.com>2024-04-10 16:09:39 +0200
commit8234c739eb82321b0a7aaa301f34af620e7c9f1d (patch)
tree5ff3cb1f7bb0f8306b8d242fb0bded45c057bd4f /searchcore/src/apps/proton/CMakeLists.txt
parentaf8bae38bfcb21e671a79fc755055013ea0ff43d (diff)
parentc70a40e4895b2657909ef3c38043a36b72b1036c (diff)
Merge pull request #30873 from vespa-engine/vekterli/install-abseil-failure-handlerv8.329.17
Install Abseil failure signal handler in distributor/proton daemons
Diffstat (limited to 'searchcore/src/apps/proton/CMakeLists.txt')
-rw-r--r--searchcore/src/apps/proton/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchcore/src/apps/proton/CMakeLists.txt b/searchcore/src/apps/proton/CMakeLists.txt
index a26a9e463d6..40bdcbaf1b1 100644
--- a/searchcore/src/apps/proton/CMakeLists.txt
+++ b/searchcore/src/apps/proton/CMakeLists.txt
@@ -23,4 +23,5 @@ vespa_add_executable(searchcore_proton_app
searchcore_grouping
searchcore_proton_metrics
storageserver_storageapp
+ absl::failure_signal_handler
)