Parcourir la source

Conan package test cleanup.

main
offa il y a 4 ans
Parent
révision
7e677f9eee
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. +0
    -2
      test_package/conanfile.py

+ 0
- 2
test_package/conanfile.py Voir le fichier

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


Chargement…
Annuler
Enregistrer