From c1e791ce104177440accc54910e43090b87a98ae Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 15 Jan 2009 16:16:19 -0500 Subject: [PATCH] BUG: Fix find_package docs for refind feature Recently we taught find_package to re-find a package configuration file if it is given a wrong answer. This fixes the documentation to reflect the change. --- Source/cmFindPackageCommand.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Source/cmFindPackageCommand.cxx b/Source/cmFindPackageCommand.cxx index 7432c8432..a00bf4ba7 100644 --- a/Source/cmFindPackageCommand.cxx +++ b/Source/cmFindPackageCommand.cxx @@ -155,8 +155,7 @@ cmFindPackageCommand::cmFindPackageCommand() "argument is specified. If REQUIRED is specified and the package " "is not found a fatal error is generated and the configure step stops " "executing. If _DIR has been set to a directory not containing " - "a configuration file a fatal error is always generated because user " - "intervention is required." + "a configuration file CMake will ignore it and search from scratch." "\n" "When the [version] argument is given Config mode will only find a " "version of the package that claims compatibility with the requested "