Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

Commit cff8f7c

Browse files
committed
cmake: VERSION_GREATER_EQUAL is not suppored by cmake 3.3
Signed-off-by: Andreas Schneider <asn@cryptomilk.org> (cherry picked from commit 20ca6e0)
1 parent fe4a4b1 commit cff8f7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Build the documentation
33
#
4-
if (${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.9.0")
4+
if (${CMAKE_VERSION} VERSION_GREATER "3.8.99")
55

66
find_package(Doxygen)
77

0 commit comments

Comments
 (0)