IAP GITLAB

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

Merge branch 'zlib_1.2.13' into 'master'

bump zlib to fix conan warning

Closes #567

See merge request !488
parents eada74ec 5c73250c
No related branches found
No related tags found
1 merge request!488bump zlib to fix conan warning
Pipeline #10166 passed with warnings
......@@ -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
......
......@@ -3,7 +3,7 @@ spdlog/1.9.2
catch2/2.13.8
eigen/3.3.8
boost/1.78.0
zlib/1.2.11
zlib/1.2.13
proposal/7.4.2
yaml-cpp/0.7.0
arrow/10.0.0
......
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