Revision f87082b403f5b5e44b1d28dba038ba85d28f417b authored by Lars Bilke on 20 September 2021, 13:23:26 UTC, committed by Lars Bilke on 20 September 2021, 13:23:26 UTC
[cmake] Make git optional.

See merge request ogs/ogs!3783
2 parent s c1289d5 + ba87dd3
Raw File
.gitignore
*.bak*
/build*/
*.sw[op]
tags
.ExternalData_*

# CLion IDE project files
*.iml
.idea

# Visual Studio Code project files
.vscode

# Conan package manager
conanbuildinfo.cmake
conaninfo.txt
CMakeLists.txt.user*

*.pyc
.venv

Tests/**/*.md5
Tests/Data/Parabolic/HT/InvalidProjectFiles/*.prj
web/.netlify

CMakeUserPresets.json

.snakemake
back to top