cmake: Use FindDoxygen package provided by cmake

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
(cherry picked from commit a154bd9f22)
This commit is contained in:
Andreas Schneider
2018-08-21 12:07:13 +02:00
parent 2d3932d988
commit b5af3e74d7
2 changed files with 6 additions and 2 deletions

View File

@@ -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.1 LANGUAGES C)