diff options
author | Alexander Neundorf <neundorf@kde.org> | 2008-09-06 19:10:02 -0400 |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2008-09-06 19:10:02 -0400 |
commit | 8903f88b3610b21d09f0bdc66b31ce00a3c6aebf (patch) | |
tree | daaf824fa6b6cdef6d8202f725bdd999141900bc /Source/cmFindPackageCommand.h | |
parent | 6f8bdd276c12211b0992fe45051d966f21e3b853 (diff) | |
download | cmake-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.h | 1 |
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(); |