aboutsummaryrefslogtreecommitdiff
path: root/libraries/katabasis/CMakeLists.txt
diff options
context:
space:
mode:
authorseth <getchoo@tuta.io>2022-01-08 22:49:30 -0500
committerseth <getchoo@tuta.io>2022-01-08 22:49:30 -0500
commit390a90b36117d428fe002a19b2c47d0f127b45fe (patch)
tree078e77d44752bd3f63963edbb5de6c5d0a06615c /libraries/katabasis/CMakeLists.txt
parent42eb011e3f8a078c8fc2749bc5dd6ce8d249be7c (diff)
downloadPrismLauncher-390a90b36117d428fe002a19b2c47d0f127b45fe.tar.gz
PrismLauncher-390a90b36117d428fe002a19b2c47d0f127b45fe.tar.bz2
PrismLauncher-390a90b36117d428fe002a19b2c47d0f127b45fe.zip
stop cmake from blocking builds on wsl
Diffstat (limited to 'libraries/katabasis/CMakeLists.txt')
-rw-r--r--libraries/katabasis/CMakeLists.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/libraries/katabasis/CMakeLists.txt b/libraries/katabasis/CMakeLists.txt
index c6115881..d579dc29 100644
--- a/libraries/katabasis/CMakeLists.txt
+++ b/libraries/katabasis/CMakeLists.txt
@@ -5,14 +5,6 @@ if(IS_IN_SOURCE_BUILD)
message(FATAL_ERROR "You are building Katabasis 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 Katabasis is not supported in Linux-on-Windows distributions. Use a real Linux machine, not a fraudulent one.")
- endif()
-endif()
-
project(Katabasis)
enable_testing()