From c072388c5e60960ae29a4f8a33e059fac9f18e7d Mon Sep 17 00:00:00 2001 From: Alejandro Saucedo Date: Thu, 6 May 2021 19:43:13 +0100 Subject: [PATCH] Revert "Fixed the issue that caused CMake to look for non-existent path after being installed" --- src/CMakeLists.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 9b2b2d436..c1ab2d3eb 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -51,11 +51,12 @@ endif() target_include_directories( kompute PUBLIC - ${CMAKE_CURRENT_SOURCE_DIR}/include - ${PROJECT_SOURCE_DIR}/single_include + $ + $ + $ + $ ) - if(NOT KOMPUTE_OPT_ANDOID_BUILD) target_link_libraries( kompute