Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What's the problem with gtest/mingw? #96

Open
sbusch42 opened this issue Jan 10, 2019 · 1 comment
Open

What's the problem with gtest/mingw? #96

sbusch42 opened this issue Jan 10, 2019 · 1 comment

Comments

@sbusch42
Copy link
Member

if(OPTION_BUILD_TESTS AND NOT MINGW)

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?

@scheibel
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants