Due to the test consolidation, the individual test executables are added as tests in a different place in the CMake scripts. A piece of CMake script hidden behind an if caused the configuration step to fail for builds on MinGW. This PR removes this piece of code. Testing seems to work (at least for me) without the removed code.
Instructions for review / testing
Developer checklist (address before review)
[ ] Changelog.md updated
[ ] Prepared update for depending repositories
[ ] Documentation updated (public API changes only)
[ ] API docstrings updated (public API changes only)
Subject
Due to the test consolidation, the individual test executables are added as tests in a different place in the CMake scripts. A piece of CMake script hidden behind an if caused the configuration step to fail for builds on MinGW. This PR removes this piece of code. Testing seems to work (at least for me) without the removed code.
Instructions for review / testing
Developer checklist (address before review)