summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/cmake_host_system_information/Registry_BadKey2.cmake
blob: 1750078d5ffc8317cce4e5fa6ce45e2af169c6e9 (plain)
1
2
3
4
cmake_host_system_information(RESULT result QUERY WINDOWS_REGISTRY HKLM-SUBKEY ERROR_VARIABLE error)
if (NOT error STREQUAL "")
  message(FATAL_ERROR "${error}")
endif()