diff options
author | Brad King <brad.king@kitware.com> | 2023-02-14 16:00:00 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-02-23 14:12:28 (GMT) |
commit | c0fcd07e6f0928ae666c5f6fe1f8ad6c306e67ba (patch) | |
tree | f4951bad8f4ea943b176c43a2f6a172173e72d46 /Source/cmFindPackageCommand.h | |
parent | acd9636d9d5ccc81d07b2cc65fa39dbc02fff436 (diff) | |
download | CMake-c0fcd07e6f0928ae666c5f6fe1f8ad6c306e67ba.zip CMake-c0fcd07e6f0928ae666c5f6fe1f8ad6c306e67ba.tar.gz CMake-c0fcd07e6f0928ae666c5f6fe1f8ad6c306e67ba.tar.bz2 |
cmFindPackageCommand: Factor out methods for package root stack management
Diffstat (limited to 'Source/cmFindPackageCommand.h')
-rw-r--r-- | Source/cmFindPackageCommand.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmFindPackageCommand.h b/Source/cmFindPackageCommand.h index 28e00a1..18684c9 100644 --- a/Source/cmFindPackageCommand.h +++ b/Source/cmFindPackageCommand.h @@ -125,6 +125,9 @@ private: void StoreVersionFound(); void SetConfigDirCacheVariable(const std::string& value); + void PushFindPackageRootPathStack(); + void PopFindPackageRootPathStack(); + void ComputePrefixes(); void FillPrefixesPackageRedirect(); void FillPrefixesPackageRoot(); |