Parcourir la source

Missing generators added.

main
offa il y a 5 ans
Parent
révision
c2a92c102f
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  1. +4
    -1
      script/ci_build.sh

+ 4
- 1
script/ci_build.sh Voir le fichier

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

Chargement…
Annuler
Enregistrer