Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/23048
Change subject: [thirdparty] don't use system curl for cmake build ...................................................................... [thirdparty] don't use system curl for cmake build An update was introduced with curl v8.13.0 [1] that breaks cmake 3.25.3 compilation if using curl's v8.13.0 and newer header files. This changelist disables using system curl header files for a while. Hopefully, next cmake version in Kudu's 3rd-party will have the issue addressed, so it will be possible to use system curl again to speed up 3rd-party compilation. It would be possible to make a decision on using the system curl based on the version of libcurl reported by pkg-config, but I'm not exactly sure it's worth it. [1] https://github.com/curl/curl/commit/2ec00372a Change-Id: I2ec9f079667a374f04664abf4a9e840c86b3b7bf --- M thirdparty/build-definitions.sh 1 file changed, 15 insertions(+), 5 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/48/23048/1 -- To view, visit http://gerrit.cloudera.org:8080/23048 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I2ec9f079667a374f04664abf4a9e840c86b3b7bf Gerrit-Change-Number: 23048 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
