From 8bf9e1d0a6295d95c551cf61cbe39db8613f6700 Mon Sep 17 00:00:00 2001 From: Dennis Klein Date: Sun, 6 Jun 2021 08:29:32 +0200 Subject: [PATCH] build: Do not hardcode include dirs --- fairmq/CMakeLists.txt | 8 ++++---- fairmq/sdk/commands/CMakeLists.txt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/fairmq/CMakeLists.txt b/fairmq/CMakeLists.txt index 5a17e6de..1a5f2cb3 100644 --- a/fairmq/CMakeLists.txt +++ b/fairmq/CMakeLists.txt @@ -58,7 +58,7 @@ if(BUILD_FAIRMQ OR BUILD_SDK) target_include_directories(${target} PUBLIC $ - $ + $ ) target_link_libraries(${target} PRIVATE @@ -112,7 +112,7 @@ if(BUILD_FAIRMQ OR BUILD_SDK) target_include_directories(${target} PUBLIC $ - $ + $ ) target_link_libraries(${target} PUBLIC @@ -290,8 +290,8 @@ if(BUILD_FAIRMQ) $ $ $ - $ - $ + $ + $ ) ################## diff --git a/fairmq/sdk/commands/CMakeLists.txt b/fairmq/sdk/commands/CMakeLists.txt index 4c544573..e22b5844 100644 --- a/fairmq/sdk/commands/CMakeLists.txt +++ b/fairmq/sdk/commands/CMakeLists.txt @@ -46,7 +46,7 @@ set_target_properties(${target} PROPERTIES target_include_directories(${target} PUBLIC $ - $ + $ ) install(