diff options
author | gregory guy <[email protected]> | 2018-09-05 09:09:39 +0200 |
---|---|---|
committer | gregory guy <[email protected]> | 2018-09-05 09:09:39 +0200 |
commit | 51508c184d0da85c231a5471f608472d07043566 (patch) | |
tree | ca0d71f5ccf10edf513d7a7c74d3551673ab6f55 | |
parent | 30aac996d32bdffad7de551d3acb1bbf36c69643 (diff) | |
download | yakuake-51508c184d0da85c231a5471f608472d07043566.tar.gz yakuake-51508c184d0da85c231a5471f608472d07043566.zip |
Those directories aren't needed to build yakuake.
Signed-off-by: gregory guy <[email protected]>
-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} ) |