I’m having trouble using the Google Cloud C++ library because the Conan recipe does not work correctly due to an outdated dependency.
The issue comes from the crc32c dependency, which requires an old version of CMake in its Conan recipe. Although this CMake compatibility problem has been fixed upstream on GitHub, there hasn’t been a new official release of crc32c including this fix. As a result, the Conan recipe still uses version 1.1.2, which lacks the fix.
Because it’s not possible to create an issue directly for the crc32c package on Conan, I’m reporting it here.
Could you please help coordinate updating the crc32c dependency or provide guidance on how to resolve this? I’d really prefer to use the Google Cloud C++ library smoothly rather than switching to REST APIs due to these build problems.
Thank you!
I’m having trouble using the Google Cloud C++ library because the Conan recipe does not work correctly due to an outdated dependency.
The issue comes from the crc32c dependency, which requires an old version of CMake in its Conan recipe. Although this CMake compatibility problem has been fixed upstream on GitHub, there hasn’t been a new official release of crc32c including this fix. As a result, the Conan recipe still uses version 1.1.2, which lacks the fix.
Because it’s not possible to create an issue directly for the crc32c package on Conan, I’m reporting it here.
Could you please help coordinate updating the crc32c dependency or provide guidance on how to resolve this? I’d really prefer to use the Google Cloud C++ library smoothly rather than switching to REST APIs due to these build problems.
Thank you!