Explorar el Código

Missing generators added.

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

+ 4
- 1
script/ci_build.sh Ver fichero

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

mkdir build && cd build
conan install --build missing -s compiler.libcxx=${CONAN_STDLIB} ..
conan install --build missing \
-s compiler.libcxx=${CONAN_STDLIB} \
-g cmake_find_package cmake_find_paths \
..

cmake ..
make

Cargando…
Cancelar
Guardar