Hello Zoltan Chovan, Alexey Serbin, Andrew Wong, Khazar Mammadli,
I'd like you to do a code review. Please visit
http://gerrit.cloudera.org:8080/18461
to review the following change.
Change subject: [build] Fix codegen build on MacOS Monterey
......................................................................
[build] Fix codegen build on MacOS Monterey
0e2c28864c27727c9723db7f319a5d7ebcbeead7 changed -cxx-isystem to
/Library/Developer/CommandLineTools/usr/include/c++/v1 when building
codegen on MacOS, which no longer seems to work on MacOS Monterey.
This commit changes this to CMAKE_OSX_SYSROOT, which CMake sets to the
SDK location, and should work across MacOS versions.
Change-Id: Idc5721cb2445303b2e79d08b547e746929c7486d
---
M src/kudu/codegen/CMakeLists.txt
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/61/18461/1
--
To view, visit http://gerrit.cloudera.org:8080/18461
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Idc5721cb2445303b2e79d08b547e746929c7486d
Gerrit-Change-Number: 18461
Gerrit-PatchSet: 1
Gerrit-Owner: Attila Bukor <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Andrew Wong <[email protected]>
Gerrit-Reviewer: Khazar Mammadli <[email protected]>
Gerrit-Reviewer: Zoltan Chovan <[email protected]>