develop Merge doxygen from 1.12 branch (#2095)

This commit is contained in:
Allen Byrne
2022-09-14 15:44:24 -05:00
committed by GitHub
parent dcf3b54b6e
commit 45178c87a3
322 changed files with 39301 additions and 15724 deletions

View File

@@ -12,6 +12,11 @@ if (POLICY CMP0083)
cmake_policy (SET CMP0083 NEW)
endif ()
# Avoid warning about DOWNLOAD_EXTRACT_TIMESTAMP in CMake 3.24:
if (CMAKE_VERSION VERSION_GREATER_EQUAL "3.24.0")
cmake_policy(SET CMP0135 NEW)
endif()
#-----------------------------------------------------------------------------
# Instructions for use : Normal Build
#