blob: 6299f85e8ca623b952e1dc10cf8b0c6c6d108fb7 [file] [log] [blame]
cmake_host_system_information(RESULT result QUERY WINDOWS_REGISTRY WRONG_ROOT/SUBKEY ERROR_VARIABLE error)
if (NOT error STREQUAL "")
message(FATAL_ERROR "${error}")
endif()