https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: af223f2460d1e2a507ce93f432a17f44968fb207 authored by Lars Bilke on 03 August 2021, 12:16:38 UTC
[eve] Bump CMake to 3.21.
Tip revision: af223f2
.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