diff options
author | gregory guy <g-gregory@gmx.fr> | 2018-09-05 09:09:39 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-09-05 18:57:38 +0200 |
commit | fd4ddb33126d33e94be58a9e1159ee8c6be6bebe (patch) | |
tree | f76230ccae4e4c9ab50e3bd20af3efc6eb94deb4 | |
parent | 377bd1d5bba627b2a2e772bdb0d2e23c01eac94d (diff) | |
download | yakuake-fd4ddb33126d33e94be58a9e1159ee8c6be6bebe.tar.gz yakuake-fd4ddb33126d33e94be58a9e1159ee8c6be6bebe.zip |
Those directories aren't needed to build yakuake.
Signed-off-by: gregory guy <g-gregory@gmx.fr>
(cherry picked from commit 51508c184d0da85c231a5471f608472d07043566)
-rw-r--r-- | yakuake/src/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/yakuake/src/CMakeLists.txt b/yakuake/src/CMakeLists.txt index 7009896..6138050 100644 --- a/yakuake/src/CMakeLists.txt +++ b/yakuake/src/CMakeLists.txt @@ -2,8 +2,6 @@ include_directories( ${CMAKE_BINARY_DIR} ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/. - ${CMAKE_SOURCE_DIR}/src ${TDE_INCLUDE_DIR} ${TQT_INCLUDE_DIRS} ) |