https://gitlab.opengeosys.org/ogs/ogs.git
Revision d7400798e754b5da80699063b42557bde3d4a65d authored by Lars Bilke on 14 March 2023, 13:56:12 UTC, committed by Lars Bilke on 14 March 2023, 13:56:12 UTC
Draft: Remove option OGS_BUILD_PYTHON_MODULE

See merge request ogs/ogs!4523
2 parent s aa89b82 + 91b3ce2
Raw File
Tip revision: d7400798e754b5da80699063b42557bde3d4a65d authored by Lars Bilke on 14 March 2023, 13:56:12 UTC
Merge branch 'rm-ogs_build_python_module' into 'master'
Tip revision: d740079
.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