summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-06-17 14:58:03 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2008-06-17 14:58:03 (GMT)
commitfefe078e58f634ce89b26cf544b11c631ea00bd8 (patch)
tree51c0a890b02c2cf3d13e429c666d5b4c617189ea
parentabe8ecf418ffb23e4009e43616e6e6a608985090 (diff)
downloadCMake-fefe078e58f634ce89b26cf544b11c631ea00bd8.zip
CMake-fefe078e58f634ce89b26cf544b11c631ea00bd8.tar.gz
CMake-fefe078e58f634ce89b26cf544b11c631ea00bd8.tar.bz2
BUG: fix for bug 6619
-rw-r--r--Source/cmLocalVisualStudio7Generator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalVisualStudio7Generator.cxx b/Source/cmLocalVisualStudio7Generator.cxx
index 5f4ddf5..9ba06e7 100644
--- a/Source/cmLocalVisualStudio7Generator.cxx
+++ b/Source/cmLocalVisualStudio7Generator.cxx
@@ -423,7 +423,7 @@ cmVS7FlagTable cmLocalVisualStudio7GeneratorFlagTable[] =
{"BufferSecurityCheck", "GS-", "Turn off Buffer security check", "FALSE", 0},
{"Detect64BitPortabilityProblems", "Wp64",
"Detect 64-bit Portability Problems", "TRUE", 0},
- {"EnableFiberSafeOptimization", "GT", "Enable Fiber-safe Optimizations",
+ {"EnableFiberSafeOptimizations", "GT", "Enable Fiber-safe Optimizations",
"TRUE", 0},
{"EnableFunctionLevelLinking", "Gy",
"EnableFunctionLevelLinking", "TRUE", 0},