Skip to content
Snippets Groups Projects
Commit 490eb6f7 authored by AlQuemist's avatar AlQuemist Committed by Ammar Nejati
Browse files

<root>/CMakeLists.txt: add TODO note to decouple documentation from tests

parent 8bd0cab0
No related branches found
No related tags found
3 merge requests!2050rebase main on r21/v21.1,!2047<root>/CMakeLists.txt: add 'BornAgain_LIBRARIES' cached variable to store...,!2029Fix MacOS packaging scripts for r21.1
Pipeline #115352 passed
...@@ -269,7 +269,9 @@ if(BA_TESTS) ...@@ -269,7 +269,9 @@ if(BA_TESTS)
endif() endif()
# documentation # documentation
if(BORNAGAIN_PYTHON) # required for examples # TODO: 'hugo' depends on 'excopy' and 'figures' which are produced in Tests/Examples
# The tests and documentation should be decoupled.
if(BORNAGAIN_PYTHON AND BA_TESTS) # required for examples
add_subdirectory(hugo) add_subdirectory(hugo)
endif() endif()
add_subdirectory(Doc/man) add_subdirectory(Doc/man)
......
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