From 9b337ca075eaf915c5b40ac196307644dab27554 Mon Sep 17 00:00:00 2001 From: Dennis Klein Date: Fri, 7 Apr 2017 11:26:06 +0200 Subject: [PATCH] remove redundant include path The imported ZeroMQ target has a target property INTERFACE_INCLUDE_DIRECTORIES which carries this information. --- fairmq/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/fairmq/CMakeLists.txt b/fairmq/CMakeLists.txt index 7c901ef7..3e39792d 100644 --- a/fairmq/CMakeLists.txt +++ b/fairmq/CMakeLists.txt @@ -172,7 +172,6 @@ add_library(FairMQ SHARED ####################### target_include_directories(FairMQ PUBLIC # consumers inherit public include directories - ${ZMQ_INCLUDE_DIR} $ $ )