mirror of https://github.com/CGAL/cgal
Three doc should not be built by default in public releases
This commit is contained in:
parent
9d3b16edf4
commit
d3082b1141
|
|
@ -339,6 +339,12 @@ else()
|
||||||
endforeach()
|
endforeach()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
option(CGAL_BUILD_THREE_DOC "Build the documentation of the Three package" OFF)
|
||||||
|
|
||||||
|
if (NOT CGAL_BUILD_THREE_DOC)
|
||||||
|
list(REMOVE_ITEM CGAL_DOC_PACKAGES "Three")
|
||||||
|
endif()
|
||||||
|
|
||||||
foreach(package ${CGAL_DOC_PACKAGES})
|
foreach(package ${CGAL_DOC_PACKAGES})
|
||||||
configure_doxygen_package(${package})
|
configure_doxygen_package(${package})
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue