mirror of
https://git.tukaani.org/xz.git
synced 2025-02-21 16:08:12 +00:00
The default for many of the MSYS2 environments is for CMake to create Ninja build files. This would complicate the build script since we would need a different command to run the tests. Its simpler to always use Unix Makefiles so that "make test" is always a usable target for testing.