From 67a293879286999e0289853bc0d7a26e75f6b909 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 22 Aug 2016 13:27:53 +0200 Subject: cmake: don't include current source dir Only angle-bracket #include is affected. --- cmake/opentrack-platform.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/opentrack-platform.cmake b/cmake/opentrack-platform.cmake index 19776323..ab11a780 100644 --- a/cmake/opentrack-platform.cmake +++ b/cmake/opentrack-platform.cmake @@ -31,7 +31,7 @@ set(CMAKE_AUTOMOC OFF) set(CMAKE_POSITION_INDEPENDENT_CODE ON) include_directories(${CMAKE_SOURCE_DIR}) -include_directories(${CMAKE_CURRENT_SOURCE_DIR}) +#include_directories(${CMAKE_CURRENT_SOURCE_DIR}) # note, hatire supports both ftnoir and opentrack # don't remove without being sure as hell -sh 20140922 -- cgit v1.2.3