From fb624c1f3a1963258c0610fc371c8eab6b31cbc3 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Tue, 18 Jun 2024 10:51:11 +0300 Subject: [PATCH] cmake: remove unused include directory --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a174917..989cc5f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -391,8 +391,6 @@ else() endif() endif() -target_include_directories(${PROJECT_NAME} PRIVATE Quake) - if(APPLE) if(NOT PROJECT_VKQUAKE) target_compile_definitions(${PROJECT_NAME} PRIVATE GL_SILENCE_DEPRECATION)