Revision 9ba5f049fe861c42cf5d270cf36f287a0e0b2eb0 authored by Lars Bilke on 29 April 2021, 09:31:55 UTC, committed by Dmitry Yu. Naumov on 01 May 2021, 11:47:52 UTC
Only print warning if a config used where Conan packages are
available.
1 parent e439fcb
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