mirror of
https://github.com/reactos/CMake.git
synced 2024-11-28 14:01:21 +00:00
cb694f8cd6
Most arguments were quoted, but some weren't, causing problems if the arguments contained whitespace. In particular, the _STL_EXTRA_DISABLED_WARNINGS value takes spaces and CMake's NASM support applies all add_definitions lines to NASM. The -D flag is missing quotes, so projects using NASM and setting _STL_EXTRA_DISABLED_WARNINGS break in the Visual Studio generator. Likewise, the -o flag is missing quotes, which means filenames with spaces do not work. (The -U flag is unlikely to need quotes, but include them for consistency.) Extend the existing VSNASM test to cover these cases. |
||
---|---|---|
.. | ||
MSBuild | ||
Windows | ||
AppleInfo.plist | ||
CMakeVSMacros1.vsmacros | ||
CMakeVSMacros2.vsmacros | ||
CPack.GenericDescription.txt | ||
CPack.GenericLicense.txt | ||
CPack.GenericWelcome.txt | ||
CPackConfig.cmake.in | ||
CTestScript.cmake.in | ||
TestDriver.cxx.in |