/opt/homebrew
Hi,
could you please add /opt/homebrew, which is the path of homebrew on macOS on Apple Silicon, to the CMAKE_SYSTEM_PREFIX_PATH in modules/platform/Darwin.cmake:
list(APPEND CMAKE_SYSTEM_PREFIX_PATH
/sw # Fink
/opt/local # MacPorts
/opt/homebrew # Brew on Apple Silicon
)