From a65af1b3b8a4ea50fd687b6583eac93e38cf4f3b Mon Sep 17 00:00:00 2001 From: Douglas Heriot Date: Wed, 24 Jun 2015 18:04:26 +0200 Subject: cmake: Do not use CMAKE_(SOURCE|BINARY)_DIR --- include/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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) -- cgit