summaryrefslogtreecommitdiffstats
path: root/Source/cmFindPackageCommand.h
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2008-09-06 23:10:02 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2008-09-06 23:10:02 (GMT)
commit8903f88b3610b21d09f0bdc66b31ce00a3c6aebf (patch)
treedaaf824fa6b6cdef6d8202f725bdd999141900bc /Source/cmFindPackageCommand.h
parent6f8bdd276c12211b0992fe45051d966f21e3b853 (diff)
downloadCMake-8903f88b3610b21d09f0bdc66b31ce00a3c6aebf.zip
CMake-8903f88b3610b21d09f0bdc66b31ce00a3c6aebf.tar.gz
CMake-8903f88b3610b21d09f0bdc66b31ce00a3c6aebf.tar.bz2
ENH: provide the xxx_FIND_QUIETLY, xxx_FIND_REQUIRED and xxx_FIND_VERSION_ variables
also in Config mode, so the xxxConfig.cmake files can e.g. test the QUIETLY parameter and print something or not Alex
Diffstat (limited to 'Source/cmFindPackageCommand.h')
-rw-r--r--Source/cmFindPackageCommand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmFindPackageCommand.h b/Source/cmFindPackageCommand.h
index d5fe703..398d6a9 100644
--- a/Source/cmFindPackageCommand.h
+++ b/Source/cmFindPackageCommand.h
@@ -73,6 +73,7 @@ public:
private:
void AppendSuccessInformation();
void AppendToProperty(const char* propertyName);
+ bool SetModuleVariables(const std::string& components);
bool FindModule(bool& found);
bool HandlePackageMode();
void FindConfig();