Revision eef7949a5d3b5f97faadc97880649f6a662f5112 authored by Lars Bilke on 12 March 2021, 20:07:15 UTC, committed by Lars Bilke on 12 March 2021, 20:07:15 UTC
[cpm] Replaced Conan VTK package with CPM.

See merge request ogs/ogs!3504
2 parent s 6bde0dd + 65f9770
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