Explorar el Código

Conan package test cleanup.

main
offa hace 5 años
padre
commit
7e677f9eee
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. +0
    -2
      test_package/conanfile.py

+ 0
- 2
test_package/conanfile.py Ver fichero



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



Cargando…
Cancelar
Guardar