From 11e485e3966bc59255913c49c822d70f7c245dce Mon Sep 17 00:00:00 2001 From: Sudarsana Babu Nagineni Date: Fri, 24 Apr 2020 17:06:32 +0300 Subject: [build] Remove incorrect include path in tests CMake --- test/CMakeLists.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 3aa02a1c7f..5bef6883c3 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -173,11 +173,7 @@ target_compile_definitions( target_include_directories( mbgl-test - PRIVATE - ${PROJECT_SOURCE_DIR}/platform/default/include - ${PROJECT_SOURCE_DIR}/platform/gfx/gl/src - ${PROJECT_SOURCE_DIR}/src - ${PROJECT_SOURCE_DIR}/test/src + PRIVATE ${PROJECT_SOURCE_DIR}/platform/default/include ${PROJECT_SOURCE_DIR}/src ${PROJECT_SOURCE_DIR}/test/src ) target_include_directories( -- cgit v1.2.1