Browse Source

Missing generators added.

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

+ 4
- 1
script/ci_build.sh View File

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

Loading…
Cancel
Save