aui-framework / aui

Declarative UI toolkit for modern C++20
Mozilla Public License 2.0
46 stars 13 forks source link

MinGW support #243

Open ghost opened 4 months ago

ghost commented 4 months ago

Why does README.md said it has partial support for MinGW but when I actually run cmake it said MinGW is not supported?

CMake Error at CMakeLists.txt:28 (message):
  MinGW is not supported

-- Configuring incomplete, errors occurred!
Alex2772 commented 4 months ago

Hello,

It's a stub so our developer can notice he actually uses MinGW, not MSVC. You may try to remove the stub and you will probably encounter compilation errors.

We use MSVC, we do not need to support MinGW. However, the project experiences raising demand in regards of supporting MinGW.