summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/cmake_host_system_information/Registry_BadKey1.cmake
blob: 6299f85e8ca623b952e1dc10cf8b0c6c6d108fb7 (plain)
1
2
3
4
cmake_host_system_information(RESULT result QUERY WINDOWS_REGISTRY WRONG_ROOT/SUBKEY ERROR_VARIABLE error)
if (NOT error STREQUAL "")
  message(FATAL_ERROR "${error}")
endif()