[utilities/konsole] /: Remove unneeded project toplevel include dirs
Friedrich W. H. Kossebau <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 7871bc76df649ae85aaf90c0b252ce66ef712718 by Friedrich W. H. Kossebau.
Committed on 07/08/2026 at 16:23.
Pushed by kossebau into branch 'master'.
Remove unneeded project toplevel include dirs
M +0 -2 CMakeLists.txt
https://invent.kde.org/utilities/konsole/-/commit/7871bc76df649ae85aaf90c0b252ce66ef712718
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2d6cfda40..9f411847d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -124,8 +124,6 @@ check_symbol_exists(getpwuid "pwd.h" HAVE_GETPWUID)
check_function_exists(malloc_trim HAVE_MALLOC_TRIM)
-include_directories(${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR})
-
file(GLOB ICONS_SRCS "data/icons/*.png")
option(ENABLE_PLUGIN_SSHMANAGER "Build the SSHManager plugin" ON)