aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cynapses.org>2010-09-28 19:08:11 +0200
committerAndreas Schneider <asn@cynapses.org>2010-09-28 19:08:11 +0200
commit45b551d4f7abe8f110b3ffc69789a1958986c6b7 (patch)
tree09d20d8a983fee57e6646235c1a041bed824ebe5 /src/CMakeLists.txt
parent15e4ec38f2d69eefde85101e15974622193ecd65 (diff)
downloadlibssh-45b551d4f7abe8f110b3ffc69789a1958986c6b7.tar.gz
libssh-45b551d4f7abe8f110b3ffc69789a1958986c6b7.tar.xz
libssh-45b551d4f7abe8f110b3ffc69789a1958986c6b7.zip
build: Remove unneeded include directories.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 8f20c7b8..87340c66 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -2,8 +2,6 @@ project(libssh-library C)
set(LIBSSH_PUBLIC_INCLUDE_DIRS
${CMAKE_SOURCE_DIR}/include
- ${CMAKE_CURRENT_SOURCE_DIR}
- ${CMAKE_SOURCE_DIR}
CACHE INTERNAL "libssh public include directories"
)