修改了不合理设计

This commit is contained in:
2024-08-12 19:39:12 +08:00
parent dcd6ba0106
commit d22ce6956e
7 changed files with 50 additions and 12 deletions

View File

@@ -49,7 +49,7 @@ class loggingRecipe(ConanFile):
def build(self):
cmake = CMake(self)
cmake.configure()
cmake.build()
cmake.build(target="Logging")
def package(self):
copy(self, "LICENSE", src=self.source_folder, dst=os.path.join(self.package_folder, "licenses"))