mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 22:30:07 -05:00
STYLE: fix line len error
This commit is contained in:
@@ -140,7 +140,8 @@ struct cmVS7FlagTable
|
||||
SemicolonAppendable = (1<<4), // a flag that if specified multiple times
|
||||
// should have its value appended to the
|
||||
// old value with semicolons (e.g.
|
||||
// /NODEFAULTLIB: => IgnoreDefaultLibraryNames)
|
||||
// /NODEFAULTLIB: =>
|
||||
// IgnoreDefaultLibraryNames)
|
||||
|
||||
UserValueIgnored = UserValue | UserIgnored,
|
||||
UserValueRequired = UserValue | UserRequired
|
||||
|
||||
Reference in New Issue
Block a user