diff options
author | Brad King <brad.king@kitware.com> | 2009-01-15 21:16:19 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-01-15 21:16:19 (GMT) |
commit | c1e791ce104177440accc54910e43090b87a98ae (patch) | |
tree | e047824fbc152b2a4c03841203c9d0f0401d2a5f /Source/cmFindPackageCommand.cxx | |
parent | d602a3db8581271ca130ac8fa10f8b4c1cc1dac3 (diff) | |
download | CMake-c1e791ce104177440accc54910e43090b87a98ae.zip CMake-c1e791ce104177440accc54910e43090b87a98ae.tar.gz CMake-c1e791ce104177440accc54910e43090b87a98ae.tar.bz2 |
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.
Diffstat (limited to 'Source/cmFindPackageCommand.cxx')
-rw-r--r-- | Source/cmFindPackageCommand.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmFindPackageCommand.cxx b/Source/cmFindPackageCommand.cxx index 7432c84..a00bf4b 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 <package>_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 " |