mirror of
https://github.com/Kitware/CMake.git
synced 2026-07-14 03:20:40 +00:00
Some systems set CMAKE_SYSTEM_PROGRAM_PATH, which pollutes the environment for this test. Erase it before executing the test to get a clean environment. Fixes: #23300