From 2c700ca6f6d9be4085f922703765942d138017cf Mon Sep 17 00:00:00 2001 From: Guilhem Saurel <guilhem.saurel@laas.fr> Date: Thu, 23 Aug 2018 08:17:09 +0200 Subject: [PATCH] [CMake] use mathjax --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index f8cbc3d..8021f07 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,6 +38,8 @@ set(PROJECT_DESCRIPTION "Dynamic graph bridge library") set(PROJECT_NAME dynamic_graph_bridge) set(PROJECT_URL "") +SET(DOXYGEN_USE_MATHJAX YES) + OPTION (BUILD_PYTHON_INTERFACE "Build the python binding" ON) IF(BUILD_PYTHON_INTERFACE) FINDPYTHON() -- GitLab