summaryrefslogtreecommitdiffstats
path: root/Source/cmFindPackageCommand.h
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2022-05-06 12:33:22 (GMT)
committerKitware Robot <kwrobot@kitware.com>2022-05-06 12:33:38 (GMT)
commitc5dff5ace263c469bbd97d745f3b9eecae40d0aa (patch)
tree05c5767b7abb1363cbe1e468cde6e7386899caf1 /Source/cmFindPackageCommand.h
parent30f91596677b0b93f22b5123d27fb76f494d0864 (diff)
parent29e31e2825a2cd5099b8abe66f4816919cec934a (diff)
downloadCMake-c5dff5ace263c469bbd97d745f3b9eecae40d0aa.zip
CMake-c5dff5ace263c469bbd97d745f3b9eecae40d0aa.tar.gz
CMake-c5dff5ace263c469bbd97d745f3b9eecae40d0aa.tar.bz2
Merge topic 'FetchContent_find_package_integration'
29e31e2825 Packages: Integrate FetchContent and find_package() Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Acked-by: huangqinjin <huangqinjin@gmail.com> Merge-request: !5688
Diffstat (limited to 'Source/cmFindPackageCommand.h')
-rw-r--r--Source/cmFindPackageCommand.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmFindPackageCommand.h b/Source/cmFindPackageCommand.h
index 03f29b6..902fa32 100644
--- a/Source/cmFindPackageCommand.h
+++ b/Source/cmFindPackageCommand.h
@@ -76,6 +76,7 @@ private:
: cmFindCommon::PathLabel(label)
{
}
+ static PathLabel PackageRedirect;
static PathLabel UserRegistry;
static PathLabel Builds;
static PathLabel SystemRegistry;
@@ -119,8 +120,10 @@ private:
};
bool ReadListFile(const std::string& f, PolicyScopeRule psr);
void StoreVersionFound();
+ void SetConfigDirCacheVariable(const std::string& value);
void ComputePrefixes();
+ void FillPrefixesPackageRedirect();
void FillPrefixesPackageRoot();
void FillPrefixesCMakeEnvironment();
void FillPrefixesCMakeVariable();