reactos/sdk/tools/mkisofs
William Kent d4719197b2
[MKISOFS] Fix Clang check for macOS platforms (#7037)
* [MKISOFS] Fix Clang check for macOS platforms

On macOS, CMAKE_C_COMPILER_ID is "AppleClang". While certainly Clang,
this does not match the exact string "Clang" that is being checked for,
and as a result the warning flags guarded thereby are not passed to the
compiler. With this change CMake will recognize both Clang and AppleClang.

* Update sdk/tools/mkisofs/CMakeLists.txt
2024-10-19 12:15:31 -07:00
..
reactos [SDK][MKISOFS] xconfig.h: Don't define VA_LIST_IS_ARRAY on Linux/ARM(64) (#4012) 2021-10-20 22:12:23 +03:00
schilytools [MKISOFS] Fix MSVC build on ARM hosts 2023-04-16 18:53:54 +02:00
CMakeLists.txt [MKISOFS] Fix Clang check for macOS platforms (#7037) 2024-10-19 12:15:31 -07:00