diff options
author | Marc Chevrier <marc.chevrier@gmail.com> | 2022-04-16 10:57:30 +0200 |
---|---|---|
committer | Marc Chevrier <marc.chevrier@gmail.com> | 2022-04-29 22:00:02 +0200 |
commit | 8d7e80cf3d39ae24a6c88ee07492b9cfe40defd5 (patch) | |
tree | 3463bda9324fb4bae11d6c470086b4b942246597 /Source/cmFindPackageCommand.h | |
parent | 08941a9a40c7786aa2ee8ff8e7c684eaf016513e (diff) | |
download | cmake-8d7e80cf3d39ae24a6c88ee07492b9cfe40defd5.tar.gz |
find_* commands: add control over Windows registry views
Fixes: #22775
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 b9f19e4e1e..03f29b67f3 100644 --- a/Source/cmFindPackageCommand.h +++ b/Source/cmFindPackageCommand.h @@ -200,6 +200,7 @@ private: bool UseRealPath = false; bool PolicyScope = true; bool GlobalScope = false; + bool RegistryViewDefined = false; std::string LibraryArchitecture; std::vector<std::string> Names; std::vector<std::string> Configs; |