Browse Source

Conan package test cleanup.

main
offa 4 years ago
parent
commit
7e677f9eee
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      test_package/conanfile.py

+ 0
- 2
test_package/conanfile.py View File



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



Loading…
Cancel
Save