summaryrefslogtreecommitdiff
path: root/games-simulation/EmptyEpsilon/files/SeriousProton-Unbundle-json11.patch
blob: deb44e9aee0029a0cd53325950630ada6586c74f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
From ae5ea143e6a9f57c797a96b9024c8acc60f05828 Mon Sep 17 00:00:00 2001
From: Florian Schmaus <flo@gentoo.org>
Date: Fri, 8 Oct 2021 13:26:27 +0200
Subject: [PATCH] Unbundle json11

---
 CMakeLists.txt | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4b57a4f6631a..0a06c3186ff5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -86,10 +86,6 @@ add_subdirectory(src/lua)
 add_subdirectory(src/GL)
 add_subdirectory(src/libopus)
 
-if(SERIOUSPROTON_WITH_JSON)
-    add_subdirectory(src/json11)
-endif()
-
 #---------------------------------File lists-----------------------------------
 set(source_files #All SeriousProton's objects to compile
     src/clipboard.cpp
-- 
2.32.0