소스 검색

Conan package test cleanup.

main
offa 4 년 전
부모
커밋
7e677f9eee
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. +0
    -2
      test_package/conanfile.py

+ 0
- 2
test_package/conanfile.py 파일 보기

@@ -9,8 +9,6 @@ class ScopeguardTestConan(ConanFile):

def build(self):
cmake = CMake(self)
# Current dir is "test_package/build/<build_id>" and CMakeLists.txt is
# in "test_package"
cmake.configure()
cmake.build()


Loading…
취소
저장