Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex Ghosh
CMake
Commits
3dadbdf3
Commit
3dadbdf3
authored
Jun 15, 2009
by
Ken Martin
Browse files
COMP: fix line length
parent
f4b3bdc6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/cmPolicies.cxx
View file @
3dadbdf3
...
...
@@ -358,15 +358,16 @@ cmPolicies::cmPolicies()
this
->
DefinePolicy
(
CMP0012
,
"CMP0012"
,
"In CMake versions prior to 2.6.5 the only boolean constants were 0
and 1.
"
"Other boolean constants such as true, false, yes, no, "
"In CMake versions prior to 2.6.5 the only boolean constants were 0 "
"
and 1.
Other boolean constants such as true, false, yes, no, "
"on, off, y, n, notfound, ignore (all case insensitive) were recognized "
"in some cases but not all. In later versions of cmake these values are "
"treated as boolean constants more consistently and should not be used "
"as variable names. Please do not use them as variable names."
,
"The OLD behavior for this policy is to allow variables to have names such as "
"true and to dereference them. "
"The NEW behavior for this policy is to treat strings like true as a boolean constant."
,
"The OLD behavior for this policy is to allow variables to have names "
"such as true and to dereference them. "
"The NEW behavior for this policy is to treat strings like true as a "
"boolean constant."
,
2
,
6
,
5
,
cmPolicies
::
WARN
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment