Perhaps something like this.
if (NOT EXISTS ${CMAKE_RC_COMPILER})
message(FATAL_ERROR "Ensure SDK is installed AND registry editing is enabled!")
endif()
Perhaps something like this.
if (NOT EXISTS ${CMAKE_RC_COMPILER})
message(FATAL_ERROR "Ensure SDK is installed AND registry editing is enabled!")
endif()