mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-12 17:19:05 -05:00
3022545f14
The `find_*` commands read search paths from both CMake variables and from environment variables. Document how multiple values in these variables should be separated. Fixes: #16800