From b06bb1f90ffb417c8c5b8e62384fd695d51b913a Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Tue, 8 Feb 2022 15:38:32 +0100 Subject: [PATCH] [web] Updated docs for OGS_BUILD_PROCESSES and OGS_BUILD_PROCESS_X. --- web/content/docs/devguide/advanced/configuration-options.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/content/docs/devguide/advanced/configuration-options.md b/web/content/docs/devguide/advanced/configuration-options.md index 0eaa3dc2533..6c3a30243bf 100644 --- a/web/content/docs/devguide/advanced/configuration-options.md +++ b/web/content/docs/devguide/advanced/configuration-options.md @@ -22,8 +22,8 @@ CMake switches to enable / disable parts of OGS. - `OGS_BUILD_TESTING` - Builds the test executables. *Defaults* to *ON*. - `OGS_BUILD_UTILS` - Builds several utilities. - `OGS_BUILD_PROCESS_X` - For enabling/disabling compilation of process `X`. - Run the CMake-Gui to see a list of processes. -- `OGS_BUILD_PROCESSES` - A `;`-separated list specifying processes to build, e.g. `-DOGS_BUILD_PROCESSES="HT;LIE"`. *Defaults* to `ON` which means all processes are built. You can also set it to *OFF* to disable all processes. + Run the CMake-Gui / ccmake to see a list of processes. +- `OGS_BUILD_PROCESSES` - A `;`-separated list specifying processes to build, e.g. `-DOGS_BUILD_PROCESSES="HT;LIE"`. Can be set to *ON* which means all processes are built or can be set to *OFF* to disable all processes. **Attention:** Setting this variable overrides individual `OGS_BUILD_PROCESS_X`-variables! This option is mainly used for CI and automation. Also the value of this variable is not cached. ### Debugging -- GitLab