summaryrefslogtreecommitdiffstats
path: root/Source/cmBuildNameCommand.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-12-30 12:47:03 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2002-12-30 12:47:03 (GMT)
commit455b262cfeaedaa9f472e4f80160fd06d9331459 (patch)
treebfb329a39ac5fd2c51d7fdc896aab3704555ea0c /Source/cmBuildNameCommand.h
parent1bf59ded665ebd20b2633a43abab4a89d34fff4f (diff)
downloadCMake-455b262cfeaedaa9f472e4f80160fd06d9331459.zip
CMake-455b262cfeaedaa9f472e4f80160fd06d9331459.tar.gz
CMake-455b262cfeaedaa9f472e4f80160fd06d9331459.tar.bz2
ENH: clean up docs some
Diffstat (limited to 'Source/cmBuildNameCommand.h')
-rw-r--r--Source/cmBuildNameCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmBuildNameCommand.h b/Source/cmBuildNameCommand.h
index 27c4c38..43f812e 100644
--- a/Source/cmBuildNameCommand.h
+++ b/Source/cmBuildNameCommand.h
@@ -58,7 +58,7 @@ public:
*/
virtual const char* GetTerseDocumentation()
{
- return "Set a CMAKE variable to the build type.";
+ return "Depricated command. Use ${CMAKE_SYSTEM} and ${CMAKE_CXX_COMPILER} instead..";
}
/**