-fix typo in HAS_CXX docs (#10578)

Alex
This commit is contained in:
Alex Neundorf 2010-04-20 22:14:52 +02:00
parent b3843bab60
commit d96371922d
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ void cmTarget::DefineProperties(cmake *cm)
cm->DefineProperty
("HAS_CXX", cmProperty::TARGET,
"Link the target using the C++ linker tool (obselete).",
"Link the target using the C++ linker tool (obsolete).",
"This is equivalent to setting the LINKER_LANGUAGE property to CXX. "
"See that property's documentation for details.");