From 1f3a5212939720a039cd0e084bffd882928c0b47 Mon Sep 17 00:00:00 2001 From: albert-github Date: Tue, 24 May 2022 17:29:33 +0200 Subject: Update src/cmake/modules/GUDHI_doxygen_target.cmake Co-authored-by: Vincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com> --- src/cmake/modules/GUDHI_doxygen_target.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cmake') diff --git a/src/cmake/modules/GUDHI_doxygen_target.cmake b/src/cmake/modules/GUDHI_doxygen_target.cmake index 1e2062a5..6b9514de 100644 --- a/src/cmake/modules/GUDHI_doxygen_target.cmake +++ b/src/cmake/modules/GUDHI_doxygen_target.cmake @@ -44,6 +44,7 @@ if(DOXYGEN_FOUND) set(GUDHI_DOXYGEN_UTILS_PATH "utilities/*") endif() + message("++ Doxygen version ${DOXYGEN_VERSION}") if (DOXYGEN_VERSION VERSION_LESS 1.9.2) set(GUDHI_DOXYGEN_MATHJAX_VERSION "MATHJAX_VERSION = MathJax_2") set(GUDHI_DOXYGEN_MATHJAX_EXTENSIONS "TeX/AMSmath TeX/AMSsymbols") -- cgit v1.2.3