https://gitlab.opengeosys.org/ogs/ogs.git
Revision 97754523e8e5807f6f09aaeb7d77e7fa87cb5c84 authored by Lars Bilke on 01 October 2021, 13:24:35 UTC, committed by Lars Bilke on 01 October 2021, 13:24:35 UTC
[web] Fixed required CMake version when using presets.

See merge request ogs/ogs!3813
2 parent s 0a990f6 + 8380df4
Raw File
Tip revision: 97754523e8e5807f6f09aaeb7d77e7fa87cb5c84 authored by Lars Bilke on 01 October 2021, 13:24:35 UTC
Merge branch 'web-cmake-preset' into 'master'
Tip revision: 9775452
.gitattributes
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Gocad T Surface files should always be converted to native line endings.
*.ts text

# Enable style checks on source files
*.h   hooks.style=uncrustify
*.cpp hooks.style=uncrustify
*.hpp hooks.style=uncrustify
back to top