cmake-init
cmake-init copied to clipboard
What's the problem with gtest/mingw?
https://github.com/cginternals/cmake-init/blob/3be6f85df401d0e667b5a64ce9e65584bf10a313/source/CMakeLists.txt#L24
Does anyone know/remember, why testing with gtest on mingw fails? I uncommented this and got strange cmake errors, I gues this is why it is disabled. But can't find the issue or bug regarding ctest. Can we fix this somehow to enable testing on Windows with mingw?
Likely issues are unsupported C++ features within MinGW distributions. However, I'm not aware of any specifics. Can you provide the cmake errors?