xuzifu666 commented on PR #3125:
URL: https://github.com/apache/kvrocks/pull/3125#issuecomment-3199840574

   > Did some docs checking..
   > 
   > https://cmake.org/cmake/help/latest/variable/CMAKE_OSX_SYSROOT.html
   > 
   > > In order to pass an explicit macOS SDK via the compiler's -isysroot 
flag, users may configure their build tree with -DCMAKE_OSX_SYSROOT=macosx, or 
export SDKROOT="$(xcrun --sdk macosx --show-sdk-path)" in their environment.
   > 
   > Maybe we can add it to our faqs (https://kvrocks.apache.org/docs/faq) 
instead of here. Also not sure if the hardcoded path is good enough (`SDKROOT` 
is enough? not a mac user though..).
   
   Thanks for suggestion, I agree with moving it to faq, and I would verify 
whether the way by SDKROOT is OK. @PragmaTwice 


-- 
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]

Reply via email to