From 1b26e0c1072611cdbdf36fe0287ff86a52901690 Mon Sep 17 00:00:00 2001 From: Giuseppe Iellamo Date: Tue, 8 Oct 2019 11:58:00 +0200 Subject: [PATCH] [FIX] Removal double slashes --- CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3bb337f..cc2dece 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -68,20 +68,20 @@ add_library(soem STATIC target_link_libraries(soem ${OS_LIBS}) target_include_directories(soem PUBLIC - $ + $ $) target_include_directories(soem PUBLIC - $ + $ $) target_include_directories(soem PUBLIC - $ + $ $) target_include_directories(soem - PUBLIC $ + PUBLIC $ $ )