ソースを参照

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

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