From c0e4a0bd8272b93edc518835e88e0bed37664287 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 4 Aug 2020 12:02:54 -0400 Subject: cmake: Update --help output to discourage use of --find-package mode Fixes: #21056 --- Source/cmakemain.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmakemain.cxx b/Source/cmakemain.cxx index 7c66c5c..4600fc5 100644 --- a/Source/cmakemain.cxx +++ b/Source/cmakemain.cxx @@ -71,7 +71,7 @@ const char* cmDocumentationOptions[][2] = { { "--open ", "Open generated project in the associated application." }, { "-N", "View mode only." }, { "-P ", "Process script mode." }, - { "--find-package", "Run in pkg-config like mode." }, + { "--find-package", "Legacy pkg-config like mode. Do not use." }, { "--graphviz=[file]", "Generate graphviz of dependencies, see " "CMakeGraphVizOptions.cmake for more." }, -- cgit v0.12