summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDouglas Heriot <douglas@douglasheriot.com>2015-06-24 18:04:26 +0200
committerAndreas Schneider <asn@cryptomilk.org>2015-06-24 18:36:08 +0200
commit1accbcb98bd4c259151b6103b0771f2bed6a109c (patch)
tree9353d7a5c42e7203e141d231a51df38e9cfdf6a9 /include
parent342ae10f08adb4804806542d3b81a81a25d4a687 (diff)
cmake: Do not use CMAKE_(SOURCE|BINARY)_DIR
(cherry picked from commit a65af1b3b8a4ea50fd687b6583eac93e38cf4f3b)
Diffstat (limited to 'include')
-rw-r--r--include/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt
index cb3bd962..a01b5298 100644
--- a/include/CMakeLists.txt
+++ b/include/CMakeLists.txt
@@ -1,3 +1,3 @@
-project(headers C)
+project(libssh-headers-x C)
add_subdirectory(libssh)