Skip to content
Snippets Groups Projects
Commit c32680c6 authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

ENH: Add a BUILD_COOKBOOK cmake option to control cookbook build targets

parent 46f85400
No related branches found
No related tags found
No related merge requests found
......@@ -455,7 +455,10 @@ add_subdirectory(Utilities/Doxygen)
add_subdirectory(Utilities/Completion)
if (BUILD_DOCUMENTATION)
option(BUILD_COOKBOOK "Build the CookBook documentation." OFF)
mark_as_advanced(BUILD_COOKBOOK)
if (BUILD_COOKBOOK)
add_subdirectory(Documentation/Cookbook)
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment