IAP GITLAB

Skip to content
Snippets Groups Projects

bump zlib to fix conan warning

Merged Maximilian Reininghaus requested to merge zlib_1.2.13 into master
All threads resolved!
Files
2
+ 2
0
@@ -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
Loading