Skip to content

Commit 2eb660a

Browse files
committed
Bump Doxygen to support HTML_EXTRA_STYLESHEET
This is the minimum version required - happy to bump it higher if preferred
1 parent 03da61d commit 2eb660a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ INSTALL(FILES ${QGIS_DOC_FILES} DESTINATION ${QGIS_DATA_DIR}/doc)
2828
INSTALL(FILES ../images/icons/qgis-icon-60x60.png DESTINATION ${QGIS_DATA_DIR}/doc/images)
2929

3030
IF(WITH_APIDOC)
31-
FIND_PACKAGE(Doxygen)
31+
FIND_PACKAGE(Doxygen 1.8.2 REQUIRED)
3232
IF(DOXYGEN_FOUND)
3333

3434
FIND_FILE(QT_TAG_FILE

0 commit comments

Comments
 (0)