sfizz/cmake
Atsushi Eno d885ee5043 Do not add -mfpu and -mfloat-abi arguments if build target is Apple.
AppleClang does not support those arguments anymore:

```
c++: error: unsupported option '-mfpu=' for target 'arm64-apple-darwin23.6.0'
c++: error: unsupported option '-mfloat-abi=' for target 'arm64-apple-darwin23.6.0'
cc: error: unsupported option '-mfpu=' for target 'arm64-apple-darwin23.6.0'
cc: error: unsupported option '-mfloat-abi=' for target 'arm64-apple-darwin23.6.0'
```

seealso: https://stackoverflow.com/questions/29851128/gcc-arm64-aarch64-unrecognized-command-line-option-mfpu-neon
2025-03-17 21:12:12 +01:00
..
BuildType.cmake Fix build on Windows 2023-08-07 11:44:51 +02:00
CheckIPO.cmake Update cmake files formatting 2020-12-14 07:49:02 +01:00
GitBuildID.cmake Revert "Changed GitBuildID.cmake to work as function" 2024-01-07 18:21:43 +01:00
GitSubmoduleCheck.cmake Added GitSubmoduleCheck.cmake module 2023-12-10 11:46:53 +01:00
GNUWarnings.cmake Hide the cache variables of cmake GNUWarnings 2021-03-21 12:51:03 +01:00
OptionEx.cmake System-dependent options 2021-02-01 03:00:43 +01:00
SfizzConfig.cmake Do not add -mfpu and -mfloat-abi arguments if build target is Apple. 2025-03-17 21:12:12 +01:00
SfizzDeps.cmake Add setters 2024-01-27 18:33:18 +01:00
SfizzFaust.cmake CMake definitions and format rearrangement 2023-05-20 12:37:22 +02:00
SfizzSIMDSourceFiles.cmake modifications to support univeral x86_64/ARM builds on Mac 2023-08-24 10:19:25 +02:00