-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to configure in BigSur (m1) #1423
Comments
I believe this should be fixed with cdff9b4. |
@jhanssen , ❯ cmake --version
cmake version 3.21.2
CMake suite maintained and supported by Kitware (kitware.com/cmake). |
I just tried a clean checkout and it seems to work for me. Could you try a clean checkout, alternatively run |
@jhanssen Thanks for your update, and thanks for the useful |
@jhanssen |
Describe the bug
It failed to
./configure
in Big Sur with M1 chip.I've installed llvm via
brew install llvm
, and Xcode is fully installed too.It seems
rct.cmake
does not recognize the installed clang. However,I wonder what I'm missing!
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: