瀏覽代碼

Conan generator arguments fixed.

main
offa 5 年之前
父節點
當前提交
f89605107f
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. +2
    -1
      script/ci_build.sh

+ 2
- 1
script/ci_build.sh 查看文件

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


cmake .. cmake ..

Loading…
取消
儲存