reactos/sdk
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
..
cmake [CMAKE] Enable proper definition of __cplusplus macro on MSVC 2024-10-19 15:11:44 +03:00
include [FREELDR/x64] Add Multiboot header 2024-10-19 17:54:39 +03:00
lib [ATL] CComCriticalSection destructor should not be virtual 2024-10-19 16:16:51 +03:00
tools [MKISOFS] Fix Clang check for macOS platforms (#7037) 2024-10-19 12:15:31 -07:00