mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
By using a `std::set<std::string>` container instead of a `std::vector<std::string>` container, the clean files list becomes sorted and unique. The clean target in Makefiles beomes nicer and better readable this way. Also double clean entries won't appear anymore.
8.1 KiB
8.1 KiB