瀏覽代碼

Relevant pylint warnings fixed (#164).

main
offa 5 年之前
父節點
當前提交
f3930eecb8
共有 1 個文件被更改,包括 1 次插入4 次删除
  1. +1
    -4
      conanfile.py

+ 1
- 4
conanfile.py 查看文件

@@ -1,6 +1,4 @@
import os

from conans import ConanFile, CMake, tools
from conans import ConanFile, CMake


class ScopeguardConan(ConanFile):
@@ -26,7 +24,6 @@ class ScopeguardConan(ConanFile):
"trompeloeil/v34@rollbear/stable"
)


def _configure_cmake(self):
cmake = CMake(self)
cmake.configure(source_folder=self._source_dir, build_folder="build")

Loading…
取消
儲存