From 64fbb72399723a487dd614ba86a4b3a72407004a Mon Sep 17 00:00:00 2001 From: Sven Fink Date: Mon, 15 Jun 2026 15:48:50 +0200 Subject: [PATCH] Fix include directory for in-tree usage If apriltag is used as a submodule and used with add_subdirectory the include paths are now correct. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5e52f457..a62fa6e2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -103,7 +103,7 @@ include(GNUInstallDirs) target_include_directories(${PROJECT_NAME} PUBLIC "$" "$" - "$/apriltag") + "$") # install header file hierarchy