From 850151655e6fa61aafc69a16a72b7118628b20c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Tue, 18 Jan 2022 21:07:41 +0000 Subject: [PATCH] Remove unneccessary include_directories cmake statement. --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index da995b5..7f15f2d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -75,8 +75,6 @@ add_definitions( find_package(KPMcore ${KPMCORE_MIN_VERSION} REQUIRED) -include_directories(${Qt${QT_MAJOR_VERSION}Core_INCLUDE_DIRS} ${UUID_INCLUDE_DIRS} ${BLKID_INCLUDE_DIRS} ${KPMCORE_INCLUDE_DIR} src/) - add_subdirectory(src) add_subdirectory(icons) if (KF5DocTools_FOUND)