aboutsummaryrefslogtreecommitdiff
path: root/libraries/katabasis
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/katabasis')
-rw-r--r--libraries/katabasis/CMakeLists.txt8
-rw-r--r--libraries/katabasis/README.md4
2 files changed, 2 insertions, 10 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()
diff --git a/libraries/katabasis/README.md b/libraries/katabasis/README.md
index a4dc0994..08f3c9d1 100644
--- a/libraries/katabasis/README.md
+++ b/libraries/katabasis/README.md
@@ -1,4 +1,4 @@
-# Katabasis - MS-flavoerd OAuth for Qt, derived from the O2 library
+# Katabasis - MS-flavored OAuth for Qt, derived from the O2 library
This library's sole purpose is to make interacting with MSA and various MSA and XBox authenticated services less painful.
@@ -10,7 +10,7 @@ Notes to contributors:
* Please follow the coding style of the existing source, where reasonable
* Code contributions are released under Simplified BSD License, as specified in LICENSE. Do not contribute if this license does not suit your code
- * If you are interested in working on this, come to the MultiMC Discord server and talk first
+ * If you are interested in working on this, come to the PolyMC Discord server and talk first
## Installation