mirror of https://github.com/CGAL/cgal
doxygen: fix mathjax option in cmake
This commit is contained in:
parent
829a6c0ac1
commit
ebe2f62777
|
|
@ -1,6 +1,6 @@
|
|||
project(Documentation NONE)
|
||||
|
||||
# Visuall Studio users might appreciate this
|
||||
# Visual Studio users might appreciate this
|
||||
# set_property(GLOBAL PROPERTY USE_FOLDERS ON)
|
||||
|
||||
macro(subdirlist result curdir)
|
||||
|
|
@ -81,8 +81,8 @@ find_package(PythonInterp 2.6.8)
|
|||
|
||||
if(DOXYGEN_FOUND)
|
||||
# set up the directories and variables
|
||||
option(CGAL_DOC_MATHJAX_LOCATION "The location of MathJax to be used for the documentation."
|
||||
"http://cdn.mathjax.org/mathjax/latest")
|
||||
set(CGAL_DOC_MATHJAX_LOCATION "http://cdn.mathjax.org/mathjax/latest"
|
||||
CACHE STRING "The location of MathJax to be used for the documentation.")
|
||||
|
||||
set(CGAL_DOC_OUTPUT_DIR "${CMAKE_BINARY_DIR}/doc_output")
|
||||
file(MAKE_DIRECTORY "${CGAL_DOC_OUTPUT_DIR}")
|
||||
|
|
|
|||
Loading…
Reference in New Issue