Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump Doxygen to support HTML_EXTRA_STYLESHEET
This is the minimum version required - happy to bump it higher if
preferred
  • Loading branch information
tomchadwin committed Mar 30, 2016
1 parent 03da61d commit 2eb660a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/CMakeLists.txt
Expand Up @@ -28,7 +28,7 @@ INSTALL(FILES ${QGIS_DOC_FILES} DESTINATION ${QGIS_DATA_DIR}/doc)
INSTALL(FILES ../images/icons/qgis-icon-60x60.png DESTINATION ${QGIS_DATA_DIR}/doc/images)

IF(WITH_APIDOC)
FIND_PACKAGE(Doxygen)
FIND_PACKAGE(Doxygen 1.8.2 REQUIRED)
IF(DOXYGEN_FOUND)

FIND_FILE(QT_TAG_FILE
Expand Down

0 comments on commit 2eb660a

Please sign in to comment.