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:
Laurent Rineau 2014-08-25 16:51:08 +02:00
parent 4b152d9aeb
commit 6f24960677
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ find_package(PythonInterp 2.6.8)
if(DOXYGEN_FOUND)
# 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.")
set(CGAL_DOC_OUTPUT_DIR "${CMAKE_BINARY_DIR}/doc_output")