summaryrefslogtreecommitdiff
path: root/src/cmake
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2022-05-24 10:02:48 +0200
committeralbert-github <albert.tests@gmail.com>2022-05-24 10:02:48 +0200
commitb48271108c0bc396a62ab55d9d4e25e988b1378f (patch)
tree7f86406d92325120b778baaf14152f181c5b8315 /src/cmake
parent8e01047cd8da2275a76c91cb248d16369c6ad7c7 (diff)
Documentation: Render formuals by means of MathJax 3
Oops left test version in it.
Diffstat (limited to 'src/cmake')
-rw-r--r--src/cmake/modules/GUDHI_doxygen_target.cmake2
1 files changed, 1 insertions, 1 deletions
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()