aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bd5057a4..7439491d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,14 +13,6 @@ if(IS_IN_SOURCE_BUILD)
message(FATAL_ERROR "You are building the Launcher in-source. Please separate the build tree from the source tree.")
endif()
-if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
- if(CMAKE_HOST_SYSTEM_VERSION MATCHES ".*[Mm]icrosoft.*" OR
- CMAKE_HOST_SYSTEM_VERSION MATCHES ".*WSL.*"
- )
- message(FATAL_ERROR "Building the Launcher is not supported in Linux-on-Windows distributions.")
- endif()
-endif()
-
##################################### Set CMake options #####################################
set(CMAKE_AUTOMOC ON)