mirror of https://github.com/CGAL/cgal
Use the MathJaX CDN with https://
Otherwise, Firefox, when reading CGAL documentation pages through an https connection, will refuse to load MathJaX via the CDN.
This commit is contained in:
parent
4b152d9aeb
commit
6f24960677
|
|
@ -108,7 +108,7 @@ find_package(PythonInterp 2.6.8)
|
||||||
|
|
||||||
if(DOXYGEN_FOUND)
|
if(DOXYGEN_FOUND)
|
||||||
# set up the directories and variables
|
# set up the directories and variables
|
||||||
set(CGAL_DOC_MATHJAX_LOCATION "http://cdn.mathjax.org/mathjax/latest"
|
set(CGAL_DOC_MATHJAX_LOCATION "https://cdn.mathjax.org/mathjax/latest"
|
||||||
CACHE STRING "The location of MathJax to be used for the documentation.")
|
CACHE STRING "The location of MathJax to be used for the documentation.")
|
||||||
|
|
||||||
set(CGAL_DOC_OUTPUT_DIR "${CMAKE_BINARY_DIR}/doc_output")
|
set(CGAL_DOC_OUTPUT_DIR "${CMAKE_BINARY_DIR}/doc_output")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue