vectorgrp / sil-kit

Vector SIL Kit – Open-Source Library for Connecting Software-in-the-Loop Environments
https://vectorgrp.github.io/sil-kit-docs
MIT License
107 stars 32 forks source link

-- cmake on mingw: remove broken and obsolete code #22

Closed VDanielEdwards closed 7 months ago

VDanielEdwards commented 7 months ago

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)