mirror of
https://github.com/reactos/CMake.git
synced 2025-01-21 10:55:23 +00:00
58a616dea3
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.