Just noticed that CMAKE_COMPILER_IS_MINGW
disappeared between the 3.21.4 and 3.22 releases. Was this a feature?
Reason for asking: The libsdl CMake build depends on CMAKE_COMPILER_IS_MINGW
to detect whether to nag the developer for the $ENV{DXDEV_DIR}
environment variable. The build is broken without CMAKE_COMPILER_IS_MINGW
as of 3.22.
What’s the proper solution that is backwardly compatible with earlier CMake versions? I suspect it’s simply checking MINGW
, but I have to ask.