Ver código fonte

Conan generator arguments fixed.

main
offa 5 anos atrás
pai
commit
f89605107f
1 arquivos alterados com 2 adições e 1 exclusões
  1. +2
    -1
      script/ci_build.sh

+ 2
- 1
script/ci_build.sh Ver arquivo

@@ -18,7 +18,8 @@ fi
mkdir build && cd build
conan install --build missing \
-s compiler.libcxx=${CONAN_STDLIB} \
-g cmake_find_package cmake_find_paths \
-g cmake_find_package \
-g cmake_paths \
..

cmake ..

Carregando…
Cancelar
Salvar