diff options
Diffstat (limited to 'Source/cmFindLibraryCommand.h')
-rw-r--r-- | Source/cmFindLibraryCommand.h | 3 |
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); |