ソースを参照

Conanfile.py Trompeloeil v35 updated, which provides fixed conan support (#157).

main
offa 5年前
コミット
5bc1f4f5d7
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      conanfile.py

+ 1
- 1
conanfile.py ファイルの表示

@@ -21,7 +21,7 @@ class ScopeguardConan(ConanFile):
}
requires = (
"Catch2/2.9.2@catchorg/stable",
"trompeloeil/v34@rollbear/stable"
"trompeloeil/v35@rollbear/stable"
)

def _configure_cmake(self):

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