https://gitlab.opengeosys.org/ogs/ogs.git
Revision 2d24acabee20d7054e258d4e71adfd31e065de91 authored by Lars Bilke on 03 August 2021, 13:03:11 UTC, committed by Lars Bilke on 03 August 2021, 13:03:11 UTC
[cmake] Some improvements based on CMake 3.21

See merge request ogs/ogs!3707
2 parent s 11e72c1 + af223f2
Raw File
Tip revision: 2d24acabee20d7054e258d4e71adfd31e065de91 authored by Lars Bilke on 03 August 2021, 13:03:11 UTC
Merge branch 'cmake-3.21' into 'master'
Tip revision: 2d24aca
.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