Skip to content
Snippets Groups Projects
Unverified Commit 775186f4 authored by Lars Bilke's avatar Lars Bilke Committed by GitHub
Browse files

[web] Added info on CMake options which should not be changed once set.

parent c9353584
No related branches found
No related tags found
No related merge requests found
......@@ -33,4 +33,11 @@ cmake ../ogs -DOGS_USE_PETSC=ON
make
```
The following options are affected by this behavior and **should not be changed** after initially set (this means **do not** use `ccmake` or CMake-GUI for the first CMake run):
- `OGS_BUILD_GUI`
- `OGS_USE_PETSC`
- `CMAKE_BUILD_TYPE`
- `BUILD_SHARED_LIBS`
Check also [Conans troubleshooting page]({{< ref "conan.pandoc" >}}) if you use Conan for dependencies.
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