Explorar el Código

Conan generator arguments fixed.

main
offa hace 5 años
padre
commit
f89605107f
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      script/ci_build.sh

+ 2
- 1
script/ci_build.sh Ver fichero

@@ -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 ..

Cargando…
Cancelar
Guardar