Files
CMake/Help/release
Brad King 7b19531291 macOS: Do not pass any SDK/-isysroot to compilers by default
On modern macOS, compiler wrappers like `/usr/bin/cc` automatically
choose a SDK to pass via `-isysroot` to an underlying compiler from
Xcode or the CommandLineTools.  Other toolchains like Homebrew's `gcc-*`
come with a default SDK too.  Therefore, when targeting macOS, we no
longer need to choose any SDK or pass an `-isysroot` flag by default.

Update initialization of `CMAKE_OSX_SYSROOT` to be empty by default when
targeting macOS.

Fixes: #19180
2024-11-07 09:46:10 -05:00
..
2024-03-07 09:42:45 -05:00
2024-02-08 09:16:37 -05:00
2023-11-17 09:58:21 -05:00
2023-11-27 13:48:12 -05:00
2023-11-28 09:52:37 -05:00
2024-06-03 13:35:26 -04:00
2024-10-08 08:56:04 -04:00
2024-10-09 10:04:17 -04:00