summaryrefslogtreecommitdiffstats
path: root/Source/cmFindLibraryCommand.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/cmFindLibraryCommand.h
parentab7f884a444d929c5598a8384526e5f4044bc515 (diff)
downloadCMake-30ad61805bbb5b34e2bf17cb36ce2e9601ed0f25.zip
CMake-30ad61805bbb5b34e2bf17cb36ce2e9601ed0f25.tar.gz
CMake-30ad61805bbb5b34e2bf17cb36ce2e9601ed0f25.tar.bz2
bug fixes
Diffstat (limited to 'Source/cmFindLibraryCommand.h')
-rw-r--r--Source/cmFindLibraryCommand.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmFindLibraryCommand.h b/Source/cmFindLibraryCommand.h
index f1e26a2..6f01f62 100644
--- a/Source/cmFindLibraryCommand.h
+++ b/Source/cmFindLibraryCommand.h
@@ -69,7 +69,8 @@ public:
virtual const char* GetFullDocumentation()
{
return
- "FIND_LIBRARY(DEFINE libraryName path1 path2 path3...)";
+ "FIND_LIBRARY(DEFINE_PATH libraryName path1 path2 path3...)\n"
+ "If the library is found, then DEFINE_PATH is set to the path where it was found";
}
cmTypeMacro(cmFindLibraryCommand, cmCommand);