From d96371922d2cad56d14067525c798d9ce3f3e0e9 Mon Sep 17 00:00:00 2001 From: Alex Neundorf Date: Tue, 20 Apr 2010 22:14:52 +0200 Subject: [PATCH] -fix typo in HAS_CXX docs (#10578) Alex --- Source/cmTarget.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx index 0436bd076..54b1815c5 100644 --- a/Source/cmTarget.cxx +++ b/Source/cmTarget.cxx @@ -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.");