cmake-init icon indicating copy to clipboard operation
cmake-init copied to clipboard

What's the problem with gtest/mingw?

Open sbusch42 opened this issue 5 years ago • 1 comments

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?

sbusch42 avatar Jan 10 '19 15:01 sbusch42

Likely issues are unsupported C++ features within MinGW distributions. However, I'm not aware of any specifics. Can you provide the cmake errors?

scheibel avatar Feb 12 '19 16:02 scheibel