summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2011-01-04 20:45:51 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2011-01-04 20:45:51 (GMT)
commit45b61209f972cc6f1f644f14739a67c6fc530da7 (patch)
tree371c54e4541207d30f49c7e4b76742310a9c13df /Source
parent2bb193a7f2c5b9144ee1b5fdde8de801e2baf037 (diff)
parentb29eadd8f38fcfd7b0635501f5e1429e7cb69865 (diff)
downloadCMake-45b61209f972cc6f1f644f14739a67c6fc530da7.zip
CMake-45b61209f972cc6f1f644f14739a67c6fc530da7.tar.gz
CMake-45b61209f972cc6f1f644f14739a67c6fc530da7.tar.bz2
Merge topic 'vs-force-multiple-include'
b29eadd Map multiple /FI flags for VS < 10 (#11649)
Diffstat (limited to 'Source')
-rw-r--r--Source/cmLocalVisualStudio7Generator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalVisualStudio7Generator.cxx b/Source/cmLocalVisualStudio7Generator.cxx
index b22c429..418b8b4 100644
--- a/Source/cmLocalVisualStudio7Generator.cxx
+++ b/Source/cmLocalVisualStudio7Generator.cxx
@@ -427,7 +427,7 @@ cmVS7FlagTable cmLocalVisualStudio7GeneratorFlagTable[] =
// The YX and Yu options are in a per-global-generator table because
// their values differ based on the VS IDE version.
{"ForcedIncludeFiles", "FI", "Forced include files", "",
- cmVS7FlagTable::UserValueRequired},
+ cmVS7FlagTable::UserValueRequired | cmVS7FlagTable::SemicolonAppendable},
// boolean flags
{"BufferSecurityCheck", "GS", "Buffer security check", "TRUE", 0},