ソースを参照

Conan generator arguments fixed.

main
offa 5年前
コミット
f89605107f
1個のファイルの変更2行の追加1行の削除
  1. +2
    -1
      script/ci_build.sh

+ 2
- 1
script/ci_build.sh ファイルの表示

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

読み込み中…
キャンセル
保存