浏览代码

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):

正在加载...
取消
保存