mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 03:39:43 -06:00
We need to leave out the '%' character from tests with the Intel compiler. Since '%' needs to be written '%%' in NMake when not using a response file but just '%' when using a response file, we just skip the character for now. It works with MSVC in NMake only because that compiler expects '%%' inside response files, which do get used.