aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorflow <flowlnlnln@gmail.com>2022-10-16 10:41:43 -0300
committerGitHub <noreply@github.com>2022-10-16 10:41:43 -0300
commitaecd158d3c9fce7e42143cba6e20e99a73576f75 (patch)
treebda5c6850ba3f0274c08941a4d62cd88df942dfa /CMakeLists.txt
parentc089f9b59f32780d3228d08c2d2eeb95e4ace9e1 (diff)
parent87d35f0d16d3be56020f9e6295cc8bfa0c657d27 (diff)
downloadPrismLauncher-aecd158d3c9fce7e42143cba6e20e99a73576f75.tar.gz
PrismLauncher-aecd158d3c9fce7e42143cba6e20e99a73576f75.tar.bz2
PrismLauncher-aecd158d3c9fce7e42143cba6e20e99a73576f75.zip
Merge pull request #1208 from DioEgizio/fix-unused-libs
Removes `classparser` and `xz-embedded`
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 310cec59..caecddbd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -305,7 +305,6 @@ add_subdirectory(libraries/systeminfo) # system information library
add_subdirectory(libraries/hoedown) # markdown parser
add_subdirectory(libraries/launcher) # java based launcher part for Minecraft
add_subdirectory(libraries/javacheck) # java compatibility checker
-add_subdirectory(libraries/xz-embedded) # xz compression
if (FORCE_BUNDLED_QUAZIP)
message(STATUS "Using bundled QuaZip")
set(BUILD_SHARED_LIBS 0) # link statically to avoid conflicts.
@@ -316,7 +315,6 @@ else()
endif()
add_subdirectory(libraries/rainbow) # Qt extension for colors
add_subdirectory(libraries/LocalPeer) # fork of a library from Qt solutions
-add_subdirectory(libraries/classparser) # class parser library
if(NOT tomlplusplus_FOUND)
message(STATUS "Using bundled tomlplusplus")
add_subdirectory(libraries/tomlplusplus) # toml parser