mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-10 11:29:09 -05:00
cmake: Update --help output to discourage use of --find-package mode
Fixes: #21056
This commit is contained in:
@@ -71,7 +71,7 @@ const char* cmDocumentationOptions[][2] = {
|
|||||||
{ "--open <dir>", "Open generated project in the associated application." },
|
{ "--open <dir>", "Open generated project in the associated application." },
|
||||||
{ "-N", "View mode only." },
|
{ "-N", "View mode only." },
|
||||||
{ "-P <file>", "Process script mode." },
|
{ "-P <file>", "Process script mode." },
|
||||||
{ "--find-package", "Run in pkg-config like mode." },
|
{ "--find-package", "Legacy pkg-config like mode. Do not use." },
|
||||||
{ "--graphviz=[file]",
|
{ "--graphviz=[file]",
|
||||||
"Generate graphviz of dependencies, see "
|
"Generate graphviz of dependencies, see "
|
||||||
"CMakeGraphVizOptions.cmake for more." },
|
"CMakeGraphVizOptions.cmake for more." },
|
||||||
|
|||||||
Reference in New Issue
Block a user