cmake: VERSION_GREATER_EQUAL is not suppored by cmake 3.3

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
(cherry picked from commit 20ca6e09dd)
This commit is contained in:
Andreas Schneider
2018-08-30 07:13:24 +02:00
parent fe4a4b1b79
commit cff8f7c0b5

View File

@@ -1,7 +1,7 @@
#
# Build the documentation
#
if (${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.9.0")
if (${CMAKE_VERSION} VERSION_GREATER "3.8.99")
find_package(Doxygen)