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

@@ -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…
Cancel
Save