修改了不合理设计
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user