Andres Freund
Andres Freund
Hi, On unix the library name is set to 'z': https://github.com/madler/zlib/blob/534864bccd78812648ad1beaccdeec7c9d47aeef/CMakeLists.txt#L177 but on windows that's not the case. Which makes the generated .pc file wrong: https://github.com/madler/zlib/blob/534864bccd78812648ad1beaccdeec7c9d47aeef/zlib.pc.cmakein#L12 Seems the library name...
Hi, When a dependency is found via cmake and the "target module" can't be identified unambiguously, a confusing error message is printed. E.g. when looking for zstd via cmake: ```...
Hi, I'm using mimalloc indirectly, via the mold linker. This is mimalloc 2.0.6+ds-2+b1 from debian unstable. On a new linux kernel (v6.1-rc3-158-gee6050c8af96) nearly every use of mold results in a...
Hi, Due to the issue fixed in #4019 cmake builds for windows+msvc currently fail for zstd 1.5.6 (the currently newest release). It'd be nice to be able to build the...