summaryrefslogtreecommitdiffstats
path: root/Source/cmVisualStudio10TargetGenerator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-10-23 18:59:26 (GMT)
committerBrad King <brad.king@kitware.com>2009-10-23 18:59:26 (GMT)
commit8ae66bf456e1496113c576595639c111baee6471 (patch)
tree441742c06d19fe9a9930be6ea9741f2038a659ee /Source/cmVisualStudio10TargetGenerator.cxx
parent5484550af63946292c96baba472b7a959f0dfb9d (diff)
downloadCMake-8ae66bf456e1496113c576595639c111baee6471.zip
CMake-8ae66bf456e1496113c576595639c111baee6471.tar.gz
CMake-8ae66bf456e1496113c576595639c111baee6471.tar.bz2
Fix optionally-valued booleans in VS 10 flag table
This commit fixes the cmparseMSBuildXML.py script to generate correct flag table entries for booleans with optional value. These flags use two entries: the first should ignore the value and enable the option, and the second should use the value if given. Previously the first entry did not recognize flags with values. In particular this fixes flags like /MP4, but the change corrects matching of some other flags too. See issue #9771.
Diffstat (limited to 'Source/cmVisualStudio10TargetGenerator.cxx')
0 files changed, 0 insertions, 0 deletions