Clarify WSL error messages

This commit is contained in:
Thalia Nero
2020-05-28 17:59:54 -04:00
parent 07a1052c69
commit 0047ca454f
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
if(CMAKE_HOST_SYSTEM_VERSION MATCHES ".*[Mm]icrosoft.*" OR
CMAKE_HOST_SYSTEM_VERSION MATCHES ".*WSL.*"
)
message(FATAL_ERROR "This is not a supported environment for any purpose and should never be used.")
message(FATAL_ERROR "Building MultiMC is not supported in Linux-on-Windows distributions.")
endif()
endif()