IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 5c73250c authored by Maximilian Reininghaus's avatar Maximilian Reininghaus :vulcan:
Browse files

print conan version

parent c0e8f72d
No related branches found
No related tags found
1 merge request!488bump zlib to fix conan warning
Pipeline #10110 skipped
......@@ -2,6 +2,8 @@
DIR=$(readlink -f $(dirname $0))
echo "using `conan --version`"
if ! conan profile show corsika8 >/dev/null 2>/dev/null; then
conan profile new --detect corsika8
conan profile update settings.compiler.cppstd=17 corsika8
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment