MCPcopy Create free account
hub / github.com/Kitware/CMake / LoadPackageRegistryWinUser

Method LoadPackageRegistryWinUser

Source/cmFindPackageCommand.cxx:2642–2647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2640
2641#if defined(_WIN32) && !defined(__CYGWIN__)
2642void cmFindPackageCommand::LoadPackageRegistryWinUser()
2643{
2644 // HKEY_CURRENT_USER\\Software shares 32-bit and 64-bit views.
2645 this->LoadPackageRegistryWin(true, 0,
2646 this->LabeledPaths[PathLabel::UserRegistry]);
2647}
2648
2649void cmFindPackageCommand::LoadPackageRegistryWinSystem()
2650{

Callers 1

Calls 1

Tested by

no test coverage detected