mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-11 01:29:36 -06:00
Previously we stored a vector of tests to preserve their order. Property set/get operations would do a linear search for matching tests. This uses a map to efficiently look up tests while keeping the original order with a vector for test file generation.
9.5 KiB
9.5 KiB