diff options
author | Andreas Schneider <asn@cryptomilk.org> | 2018-08-21 12:07:13 +0200 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2018-08-22 09:08:39 +0200 |
commit | a154bd9f223e06b8a1794aabd0d567124140cd3c (patch) | |
tree | 57f54f2bdcfb3243ac50dc7a2277bb2bea48f8b3 /CMakeLists.txt | |
parent | e618298bdae53d81ba3bc4e24ff7d65ddc714655 (diff) | |
download | libssh-a154bd9f223e06b8a1794aabd0d567124140cd3c.tar.gz libssh-a154bd9f223e06b8a1794aabd0d567124140cd3c.tar.xz libssh-a154bd9f223e06b8a1794aabd0d567124140cd3c.zip |
cmake: Use FindDoxygen package provided by cmake
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8b397c73..2a0f1866 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.2.0) +cmake_minimum_required(VERSION 3.3.0) cmake_policy(SET CMP0048 NEW) project(libssh VERSION 0.8.0 LANGUAGES C) |