修复内存检测的bug
This commit is contained in:
@@ -104,4 +104,10 @@ class LatchRecipe(ConanFile):
|
||||
)
|
||||
|
||||
def package_info(self):
|
||||
self.cpp_info.libs = ["latch"]
|
||||
self.cpp_info.components["latch"].libs = ["latch"]
|
||||
self.cpp_info.components["latch"].set_property("pkg_config_name", "latch")
|
||||
|
||||
self.cpp_info.components["latch_debug"].libs = ["latch_debug"]
|
||||
self.cpp_info.components["latch_debug"].set_property(
|
||||
"pkg_config_name", "latch_debug"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user