MSYSTEM_PREFIX-Empty.cmake 131 B

123
  1. unset(ENV{MSYSTEM})
  2. cmake_host_system_information(RESULT result QUERY MSYSTEM_PREFIX)
  3. message(STATUS "MSYSTEM_PREFIX='${result}'")