summaryrefslogtreecommitdiffstats
path: root/Source/cmUseMangledMesaCommand.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-09-17 20:36:04 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-09-17 20:36:04 (GMT)
commit73b42d882c05d802f4deb85a6ad5c534dc7de611 (patch)
tree69ca8507d257de738874c27206034f8b35682850 /Source/cmUseMangledMesaCommand.h
parent11269bb1c49144d5e0ec6c3382adda679e91c261 (diff)
downloadCMake-73b42d882c05d802f4deb85a6ad5c534dc7de611.zip
CMake-73b42d882c05d802f4deb85a6ad5c534dc7de611.tar.gz
CMake-73b42d882c05d802f4deb85a6ad5c534dc7de611.tar.bz2
ENH: change to take a path as input
Diffstat (limited to 'Source/cmUseMangledMesaCommand.h')
-rw-r--r--Source/cmUseMangledMesaCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmUseMangledMesaCommand.h b/Source/cmUseMangledMesaCommand.h
index 4fbf1e4..6db3d2d 100644
--- a/Source/cmUseMangledMesaCommand.h
+++ b/Source/cmUseMangledMesaCommand.h
@@ -46,7 +46,7 @@ public:
virtual const char* GetFullDocumentation()
{
return
- "USE_MANGLED_MESA(\"path to gl_mangle.h\""
+ "USE_MANGLED_MESA(\"path to mesa includes, should contain gl_mangle.h\""
" \"directory for output\" )";
}