소스 검색

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…
취소
저장