Mike Percy has uploaded this change for review. (
http://gerrit.cloudera.org:8080/15303
Change subject: [thirdparty] Update cmake to 3.16.4
......................................................................
[thirdparty] Update cmake to 3.16.4
Cmake 3.9.0 was giving me the following error when compiling Thrift on macOS:
Boost 1.53 found.
Found Boost components:
system;thread;unit_test_framework;filesystem;chrono;program_options
CMake Error in
/Users/mpercy/src/kudu/thirdparty/installed/common/share/cmake-3.9/Modules/FindBoost.cmake:
cmake_policy PUSH without matching POP
Call Stack (most recent call first):
build/cmake/DefineOptions.cmake:117 (find_package)
CMakeLists.txt:52 (include)
It's possible that it was a conflict on my local machine related to
having multiple versions of cmake installed (I also have version 3.15.3
in ~/.brew), but I'm not certain. Either way, this fixes the thrift
thirdparty compile for me on macOS.
Change-Id: Ic8c3c578aea0f45c1279302eedef2dc5a1f8e9e1
---
M thirdparty/vars.sh
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/03/15303/1
--
To view, visit http://gerrit.cloudera.org:8080/15303
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic8c3c578aea0f45c1279302eedef2dc5a1f8e9e1
Gerrit-Change-Number: 15303
Gerrit-PatchSet: 1
Gerrit-Owner: Mike Percy <[email protected]>