mirror of
https://github.com/opencv/opencv.git
synced 2026-09-11 04:43:22 -05:00
doc: upgraded for compatibility with doxygen 1.12
This commit is contained in:
@@ -16,8 +16,8 @@ endif()
|
||||
|
||||
find_package(Doxygen)
|
||||
if(DOXYGEN_FOUND)
|
||||
if (DOXYGEN_VERSION VERSION_LESS 1.9.8)
|
||||
message(WARNING "Found doxygen ${DOXYGEN_VERSION}, version 1.9.8 is used for testing, there is "
|
||||
if (DOXYGEN_VERSION VERSION_LESS 1.12)
|
||||
message(WARNING "Found doxygen ${DOXYGEN_VERSION}, version 1.12 is used for testing, there is "
|
||||
"a chance your documentation will look different or have some limitations.")
|
||||
endif()
|
||||
add_custom_target(doxygen)
|
||||
|
||||
Reference in New Issue
Block a user