aboutsummaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
authorcidkid <67574902+cidkidnix@users.noreply.github.com>2022-01-09 04:16:15 -0600
committerGitHub <noreply@github.com>2022-01-09 04:16:15 -0600
commit72656d41df6516093c02f9ea018e148ef1c5d1a9 (patch)
tree5b2f426484978bf28d2b31ab3396a9749dbefd9c /libraries
parent15f62e54ab833993404f3e93ed6abd0deeefac1a (diff)
parent5a09dcae68508b50b2dc5b273141e7016bdcc7da (diff)
downloadPrismLauncher-72656d41df6516093c02f9ea018e148ef1c5d1a9.tar.gz
PrismLauncher-72656d41df6516093c02f9ea018e148ef1c5d1a9.tar.bz2
PrismLauncher-72656d41df6516093c02f9ea018e148ef1c5d1a9.zip
Merge branch 'develop' into develop
Diffstat (limited to 'libraries')
-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()