Skip to content
Snippets Groups Projects
Commit 74f073da authored by Jan de Cuveland's avatar Jan de Cuveland Committed by Florian Uhlig
Browse files

Try tp fix build on some test systems

parent 3b0d5296
No related branches found
No related tags found
Loading
Pipeline #33560 failed
...@@ -106,7 +106,7 @@ target_compile_definitions(external::fles_monitoring ...@@ -106,7 +106,7 @@ target_compile_definitions(external::fles_monitoring
) )
add_library(external::fles_ipc STATIC IMPORTED GLOBAL) add_library(external::fles_ipc STATIC IMPORTED GLOBAL)
add_dependencies(external::fles_ipc flesnet external::fles_logging) add_dependencies(external::fles_ipc flesnet external::fles_logging external::zmq)
if (BOOST_IOS_HAS_ZSTD) if (BOOST_IOS_HAS_ZSTD)
target_compile_definitions(external::fles_ipc INTERFACE BOOST_IOS_HAS_ZSTD) target_compile_definitions(external::fles_ipc INTERFACE BOOST_IOS_HAS_ZSTD)
endif() endif()
......
...@@ -24,6 +24,8 @@ set(PUBLIC_DEPENDENCIES ...@@ -24,6 +24,8 @@ set(PUBLIC_DEPENDENCIES
FairRoot::Base FairRoot::Base
ROOT::Core ROOT::Core
ROOT::Hist ROOT::Hist
external::fles_ipc
# external::zmq
) )
set(PRIVATE_DEPENDENCIES set(PRIVATE_DEPENDENCIES
...@@ -42,7 +44,6 @@ set(PRIVATE_DEPENDENCIES ...@@ -42,7 +44,6 @@ set(PRIVATE_DEPENDENCIES
set(INTERFACE_DEPENDENCIES set(INTERFACE_DEPENDENCIES
CbmRecoBase CbmRecoBase
FairRoot::ParBase FairRoot::ParBase
external::fles_ipc
) )
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
Authors: Pierre-Alain Loizeau [committer] */ Authors: Pierre-Alain Loizeau [committer] */
#pragma once // include this header only once per compilation unit #pragma once // include this header only once per compilation unit
#define ZMQ_BUILD_DRAFT_API 1
#include "DigiData.h" #include "DigiData.h"
#include "RecoResultsAutoSource.h" #include "RecoResultsAutoSource.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment