aboutsummaryrefslogtreecommitdiffstats
path: root/community/mapbox-gl-native/0002-skip-license-check.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/mapbox-gl-native/0002-skip-license-check.patch')
-rw-r--r--community/mapbox-gl-native/0002-skip-license-check.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/community/mapbox-gl-native/0002-skip-license-check.patch b/community/mapbox-gl-native/0002-skip-license-check.patch
deleted file mode 100644
index af216efc8d0..00000000000
--- a/community/mapbox-gl-native/0002-skip-license-check.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-This fails for us as we try to build with the system's rapidjson.
-Since we're not the CI of the upstream project, this is useless to us anyway
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 8f6f143ad..851b48725 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -1024,8 +1024,6 @@ if(MBGL_WITH_CORE_ONLY)
- return()
- endif()
-
--include(${PROJECT_SOURCE_DIR}/scripts/license.cmake)
--
- if(NOT EXISTS ${PROJECT_SOURCE_DIR}/internal/internal.cmake)
- set(MBGL_PUBLIC_BUILD TRUE)
- endif()