mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-10 07:40:03 -06:00
The all target was depending on the clean and pngtest targets, but when running the tests with -jN, those can be executed out of order. Make the main.o target depend on the clean target instead to fix this.