mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
ENH: add new commands fro find library and find program
This commit is contained in:
@@ -69,7 +69,7 @@ public:
|
||||
virtual const char* GetFullDocumentation()
|
||||
{
|
||||
return
|
||||
"FIND_LIBRARY(DEFINE try1 try2)";
|
||||
"FIND_LIBRARY(DEFINE libraryName path1 path2 path3...)";
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user