Since the wiki only mentions MSVC, I understand MSYS2 isn’t really supported, however there are MinGW-specific settings in CMakeLists.txt
(also, it works), so I thought I’d request a few changes, however minor they may be.
-
bcrypt
is only linked when using MSVC, but MinGW needs it too (CMakeLists.txt
, line 159). - Google Test cannot be built under Windows, at least, I never managed to build it in any project. Please, consider disabling it for windows (or just MSYS2?).
- There is no FuzzyLite in the MSYS2 repo. Please, consider enabling
FORCE_BUNDLED_FL
by default for MSYS2 (AI/CMakeLists.txt
, line 5).
I also could not build with ERM
enabled, however, judging by this page, it is dead. Can you, please, confirm?