From 0047ca454f9acc2e15a723454b1eac8a18b81904 Mon Sep 17 00:00:00 2001 From: Thalia Nero Date: Thu, 28 May 2020 17:59:54 -0400 Subject: Clarify WSL error messages --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 11b6b63f..fdc61c06 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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() -- cgit