From 6f2da92f1cec18d739c8b67c224b7b4fb4e899f1 Mon Sep 17 00:00:00 2001 From: Peter M. Groen Date: Wed, 27 Dec 2023 17:05:44 +0100 Subject: [PATCH] Adapted include path --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index fb7017e..3dd2d2a 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -9,7 +9,7 @@ find_package( Boost REQUIRED COMPONENTS regex ) include(compiler) include_directories( - ${CMAKE_SOURCE_DIR}/include + ${CMAKE_CURRENT_SOURCE_DIR}/../include ) set(SRC_LIST -- libgit2 0.21.4