File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ compiler:
44- clang
55env :
66 global :
7- - APT_DEPENDENCIES="doxygen doxygen-latex libltdl-dev libboost-all-dev liblog4cxx10-dev libeigen3-dev coinor-libipopt-dev libcminpack-dev"
7+ - APT_DEPENDENCIES="doxygen libltdl-dev libboost-all-dev liblog4cxx10-dev libeigen3-dev coinor-libipopt-dev libcminpack-dev"
88 - GIT_DEPENDENCIES="roboptim/roboptim-core"
99 - DEBSIGN_KEYID=5AE5CD75
1010 - PPA_URI="roboptim/ppa"
Original file line number Diff line number Diff line change @@ -30,6 +30,9 @@ SET(PROJECT_DESCRIPTION
3030 )
3131SET (PROJECT_URL "http://github.com/roboptim/roboptim-core-plugin-cminpack" )
3232
33+ # Use MathJax for Doxygen formulae
34+ SET (DOXYGEN_USE_MATHJAX "YES" )
35+
3336# Where to compile shared objects
3437SET (LIBRARY_OUTPUT_PATH ${PROJECT_BINARY_DIR} /lib)
3538
You can’t perform that action at this time.
0 commit comments