Mimalloc Asan #7

Merged
rboullard merged 15 commits from Development into main 2026-02-20 18:41:42 +00:00
Showing only changes of commit 103610550a - Show all commits

View File

@@ -219,7 +219,6 @@ class MimallocConan(ConanFile):
return os.path.join(self.package_folder, "lib", "cmake")
def package_info(self):
self.cpp_info.set_property("cmake_file_name", "mimalloc")
if(self.options.asan):
self.cpp_info.set_property("cmake_file_name", "mimalloc-asan")
self.cpp_info.set_property("cmake_target_name", "mimalloc-asan")