5 lines
170 B
CMake
Raw Normal View History

2022-08-04 22:12:04 +02:00
cmake_host_system_information(RESULT result QUERY WINDOWS_REGISTRY HKLM-SUBKEY ERROR_VARIABLE error)
if (NOT error STREQUAL "")
message(FATAL_ERROR "${error}")
endif()