Browse Source

Merge branch 'master' into 157-conan_packaging

main
offa 5 years ago
parent
commit
9164b9401b
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      script/ci_build.sh

+ 2
- 1
script/ci_build.sh View File

@@ -16,7 +16,8 @@ else
fi

mkdir build && cd build
conan install --build missing \

conan install \
-s compiler.libcxx=${CONAN_STDLIB} \
-g cmake_find_package \
-g cmake_paths \

Loading…
Cancel
Save