summaryrefslogtreecommitdiff
path: root/src/cmake
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2022-05-24 17:29:33 +0200
committerGitHub <noreply@github.com>2022-05-24 17:29:33 +0200
commit1f3a5212939720a039cd0e084bffd882928c0b47 (patch)
tree4af646ccacf52d242ed8b076e99436c66ea2e2e6 /src/cmake
parentb48271108c0bc396a62ab55d9d4e25e988b1378f (diff)
Update src/cmake/modules/GUDHI_doxygen_target.cmake
Co-authored-by: Vincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>
Diffstat (limited to 'src/cmake')
-rw-r--r--src/cmake/modules/GUDHI_doxygen_target.cmake1
1 files changed, 1 insertions, 0 deletions
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")