We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b31208a commit 3690011Copy full SHA for 3690011
1 file changed
Utilities/Doxygen/CMakeLists.txt
@@ -6,7 +6,7 @@
6
# (preserving any auxiliary behavior it provides on era-original toolchains)
7
# and inline the BUILD_DOCUMENTATION option on CMake >= 4.0 where the file
8
# no longer ships.
9
-if(CMAKE_VERSION VERSION_LESS 4.0)
+if(CMAKE_VERSION VERSION_LESS 3.18)
10
include(${CMAKE_ROOT}/Modules/Documentation.cmake)
11
else()
12
option(BUILD_DOCUMENTATION "Build the documentation (Doxygen)." OFF)
0 commit comments