From 8fe843513614927797138f65c6e97f8346a08832 Mon Sep 17 00:00:00 2001 From: Lukas Solanka Date: Tue, 19 Nov 2019 09:56:08 +0100 Subject: [PATCH] make include_directories relative for install interface --- gtsam/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gtsam/CMakeLists.txt b/gtsam/CMakeLists.txt index 97f7a2c41..82cdf2bad 100644 --- a/gtsam/CMakeLists.txt +++ b/gtsam/CMakeLists.txt @@ -136,13 +136,13 @@ endif() target_include_directories(gtsam BEFORE PUBLIC # SuiteSparse_config $ - $ + $ # CCOLAMD $ - $ + $ # main gtsam includes: $ - $ + $ # config.h $ # unit tests: