Loading
tests: Don't compile the DummyClass libraries on Windows
These currently trigger compile errors with cmake 4.2.0. The names of the libraries seem to be clashing. See [1] for the upstream issue. The test requiring these libraries is also not run on windows, see 54a2830d (tests/catch2_create_cpp_class.cpp: test cpp class loading., 2025-05-14), so this is not a testing loss. [1]: https://gitlab.kitware.com/cmake/cmake/-/issues/27442