mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-09 01:09:30 -05:00
Bug #9430, recognize the FR flag
This commit is contained in:
@@ -451,6 +451,7 @@ cmVS7FlagTable cmLocalVisualStudio7GeneratorFlagTable[] =
|
||||
{"SmallerTypeCheck", "RTCc", "smaller type check", "TRUE", 0},
|
||||
{"SuppressStartupBanner", "nologo", "SuppressStartupBanner", "TRUE", 0},
|
||||
{"WarnAsError", "WX", "Treat warnings as errors", "TRUE", 0},
|
||||
{"BrowseInformation", "FR", "Generate browse information", "1", 0},
|
||||
{0,0,0,0,0}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user