BewareMyPower commented on issue #469: URL: https://github.com/apache/pulsar-client-cpp/issues/469#issuecomment-2562329774
GCC 4.8 is no longer supported because CentOS 7 reached EOL on June 30, 2024. References: - https://www.redhat.com/en/topics/linux/centos-linux-eol#:~:text=CentOS%20Linux%207%20reached%20end,can%20help%20ease%20your%20migration. - https://github.com/apache/pulsar-client-cpp/pull/428 You added the `-DINTEGRATE_VCPKG=ON` option, which means the dependencies will be installed according to [vcpkg.json](https://github.com/apache/pulsar-client-cpp/blob/main/vcpkg.json), which does not include the `boost-regex` dependency and `LegacyFindPackages.cmake` won't be included, see https://github.com/apache/pulsar-client-cpp/blob/bdf685492f90b0d079e8885ce33b4402839d0495/CMakeLists.txt#L148-L150 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
