cmake: VERSION_GREATER_EQUAL is not suppored by cmake 3.3

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Andreas Schneider
2018-08-30 07:13:24 +02:00
parent 66a0f14a0c
commit 20ca6e09dd

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)