Skip to content
Snippets Groups Projects
Commit 458d261a authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

explanatory note about macros SWIG and USER_API

parent 25c305f1
No related branches found
No related tags found
1 merge request!437rename Base/Util; move PyFmt; explain macros SWIG and USER_API
Pipeline #48946 failed
......@@ -79,6 +79,10 @@ option(BORNAGAIN_DEBUG_OPTIMIZATION "Build with debug optimization (gcc only)" O
option(BORNAGAIN_TIDY "Invokes clang-tidy" OFF)
option(ALGORITHM_DIAGNOSTIC "Let some algorithms set diagnostic variables" OFF)
# note on two non-options:
# macro SWIG is defined when code is processed by the tool Swig.
# macros SWIG and USER_API are set by Doc/Doxygen/user/Doxyfile.in
if(BORNAGAIN_TIDY AND BORNAGAIN_PYTHON)
message(FATAL_ERROR "BORNAGAIN_TIDY is incompatible with BORNAGAIN_PYTHON")
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