blob: 1750078d5ffc8317cce4e5fa6ce45e2af169c6e9 [file] [log] [blame]
cmake_host_system_information(RESULT result QUERY WINDOWS_REGISTRY HKLM-SUBKEY ERROR_VARIABLE error)
if (NOT error STREQUAL "")
message(FATAL_ERROR "${error}")
endif()