From c6ea5a5631b0ba66338553b0d8fa59b82e610c58 Mon Sep 17 00:00:00 2001 From: Dennis Klein Date: Tue, 17 Apr 2018 20:22:53 +0200 Subject: [PATCH] Fix build of protobuf sources --- fairmq/ofi/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/fairmq/ofi/CMakeLists.txt b/fairmq/ofi/CMakeLists.txt index 05f75239..097de7a0 100644 --- a/fairmq/ofi/CMakeLists.txt +++ b/fairmq/ofi/CMakeLists.txt @@ -9,3 +9,4 @@ protobuf_generate_cpp(PROTO_SRCS PROTO_HDRS Control.proto) add_library(OfiTransport OBJECT ${PROTO_SRCS} ${PROTO_HDRS}) +target_include_directories(OfiTransport PRIVATE $)