summaryrefslogtreecommitdiff
path: root/Source/cmFindPackageCommand.h
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2008-09-06 19:10:02 -0400
committerAlexander Neundorf <neundorf@kde.org>2008-09-06 19:10:02 -0400
commit8903f88b3610b21d09f0bdc66b31ce00a3c6aebf (patch)
treedaaf824fa6b6cdef6d8202f725bdd999141900bc /Source/cmFindPackageCommand.h
parent6f8bdd276c12211b0992fe45051d966f21e3b853 (diff)
downloadcmake-8903f88b3610b21d09f0bdc66b31ce00a3c6aebf.tar.gz
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 d5fe703dd0..398d6a92d4 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();