5 lines
176 B
CMake
5 lines
176 B
CMake
|
cmake_host_system_information(RESULT result QUERY WINDOWS_REGISTRY WRONG_ROOT/SUBKEY ERROR_VARIABLE error)
|
||
|
if (NOT error STREQUAL "")
|
||
|
message(FATAL_ERROR "${error}")
|
||
|
endif()
|