Ver código fonte

Conan package test cleanup.

main
offa 4 anos atrás
pai
commit
7e677f9eee
1 arquivos alterados com 0 adições e 2 exclusões
  1. +0
    -2
      test_package/conanfile.py

+ 0
- 2
test_package/conanfile.py Ver arquivo

@@ -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()


Carregando…
Cancelar
Salvar