diff options
author | Jean-Baptiste Noël <jbnoel@gopro.com> | 2022-08-29 17:40:10 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-09-01 15:21:43 (GMT) |
commit | 5bfe33f09203448caaf22cea24427692ea295112 (patch) | |
tree | e4d9cffce8b17ab784543f28c3b2260e2ced3cdd /Help/guide/tutorial/Step5/MathFunctions/mysqrt.cxx | |
parent | 8ac6634b2f4ffdafd0b167efc4d17e9dd8bbf212 (diff) | |
download | CMake-5bfe33f09203448caaf22cea24427692ea295112.zip CMake-5bfe33f09203448caaf22cea24427692ea295112.tar.gz CMake-5bfe33f09203448caaf22cea24427692ea295112.tar.bz2 |
CMakeFindFrameworks: Fix Brew 'Frameworks' path on Apple Silicon
This approach is compatible with both Intel and Apple Silicon
architectures.
`/usr/local/Frameworks` was added in commit 9970cdcb59
(CMakeFindFrameworks: Allow custom framework locations, 2016-07-30,
v3.7.0-rc1~296^2) unconditionally, but does not work on Apple Silicon.
```
x86_64 (Intel macOS):
$ brew --prefix
/usr/local
arm64 (Apple Silicon macOS):
$ brew --prefix
/opt/homebrew
```
Diffstat (limited to 'Help/guide/tutorial/Step5/MathFunctions/mysqrt.cxx')
0 files changed, 0 insertions, 0 deletions