diff --git a/conan-install.sh b/conan-install.sh index 4e3ed734c347199e5ce05e76fd3fbaf5803d923c..44160139c51beb75f9245b4c7c63f13be7d7a89b 100755 --- a/conan-install.sh +++ b/conan-install.sh @@ -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