summaryrefslogtreecommitdiffstats
path: root/Source/cmFindIncludeCommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2001-04-26 13:38:31 (GMT)
committerKen Martin <ken.martin@kitware.com>2001-04-26 13:38:31 (GMT)
commit30ad61805bbb5b34e2bf17cb36ce2e9601ed0f25 (patch)
tree5b3fcc1f4f7c87868910d1714f9d08ede81afbd0 /Source/cmFindIncludeCommand.h
parentab7f884a444d929c5598a8384526e5f4044bc515 (diff)
downloadCMake-30ad61805bbb5b34e2bf17cb36ce2e9601ed0f25.zip
CMake-30ad61805bbb5b34e2bf17cb36ce2e9601ed0f25.tar.gz
CMake-30ad61805bbb5b34e2bf17cb36ce2e9601ed0f25.tar.bz2
bug fixes
Diffstat (limited to 'Source/cmFindIncludeCommand.h')
-rw-r--r--Source/cmFindIncludeCommand.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmFindIncludeCommand.h b/Source/cmFindIncludeCommand.h
index f3f6dcf..3c48922 100644
--- a/Source/cmFindIncludeCommand.h
+++ b/Source/cmFindIncludeCommand.h
@@ -68,7 +68,9 @@ public:
virtual const char* GetFullDocumentation()
{
return
- "FIND_INCLUDE(DEFINE include extraPath1 extraPath2 ...)";
+ "FIND_INCLUDE(DEFINE_PATH DEFINE_INCLUDE includeName extraPath1 extraPath2 ...)\n"
+ "If the include file is found, then DEFINE_PATH is set to the path\n"
+ "where it was found and DEFINE_NAME is set to includeName";
}
cmTypeMacro(cmFindIncludeCommand, cmCommand);