diff options
author | Marc Chevrier <marc.chevrier@gmail.com> | 2022-04-01 12:57:12 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-04-13 12:59:08 (GMT) |
commit | 17ff86547e759fea54b74eecce5fa62f33bba7f6 (patch) | |
tree | cd74a3e5dc9dbcc154afd6e51daff4b89e3e7c4a /Source/CMakeLists.txt | |
parent | 591426f5a0ff9d442753105031313e704b972d29 (diff) | |
download | CMake-17ff86547e759fea54b74eecce5fa62f33bba7f6.zip CMake-17ff86547e759fea54b74eecce5fa62f33bba7f6.tar.gz CMake-17ff86547e759fea54b74eecce5fa62f33bba7f6.tar.bz2 |
cmake_host_system_information: query windows registry
Fixes: #21240, #23367
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 7661235..c245f68 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -460,6 +460,8 @@ set(SRCS cmVariableWatch.h cmVersion.cxx cmVersion.h + cmWindowsRegistry.cxx + cmWindowsRegistry.h cmWorkerPool.cxx cmWorkerPool.h cmWorkingDirectory.cxx |