From b48271108c0bc396a62ab55d9d4e25e988b1378f Mon Sep 17 00:00:00 2001 From: albert-github Date: Tue, 24 May 2022 10:02:48 +0200 Subject: Documentation: Render formuals by means of MathJax 3 Oops left test version in it. --- src/cmake/modules/GUDHI_doxygen_target.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cmake') diff --git a/src/cmake/modules/GUDHI_doxygen_target.cmake b/src/cmake/modules/GUDHI_doxygen_target.cmake index 77fa02b5..1e2062a5 100644 --- a/src/cmake/modules/GUDHI_doxygen_target.cmake +++ b/src/cmake/modules/GUDHI_doxygen_target.cmake @@ -44,7 +44,7 @@ if(DOXYGEN_FOUND) set(GUDHI_DOXYGEN_UTILS_PATH "utilities/*") endif() - if (DOXYGEN_VERSION VERSION_LESS 1.9.7) + 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") else() -- cgit v1.2.3