-
- Downloads
[CMake] Added build configuration presets.
Build configuration presets are defined in CMakePresets.json Usage: # In OGS source code directory cmake -S . --preset release This will create a configured build in ogs/build/release with te Ninja generator ans some predefined options. Developer can create a CMakeUserPresets.json file in the root source directory with their own presets (this file is ignored by git). See docs: https://cmake.org/cmake/help/latest/manual/cmake-presets.7.html
Loading
Please register or sign in to comment