mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
12f067a5f3
Release Notes: https://github.com/json-c/json-c/blob/json-c-0.18-20240915/ChangeLog This restores ABI compatibility with version 0.16 used in OpenWrt 23.05. Small size increase: 24263 bin/packages/mips_24kc-old/base/libjson-c5_0.17-r1_mips_24kc.ipk 24403 bin/packages/mips_24kc-new/base/libjson-c5_0.18-r1_mips_24kc.ipk Link: https://github.com/openwrt/openwrt/pull/16591 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
12 lines
383 B
Diff
12 lines
383 B
Diff
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -449,8 +449,6 @@ configure_file(json.h.cmakein ${PROJECT_
|
|
include_directories(${PROJECT_SOURCE_DIR})
|
|
include_directories(${PROJECT_BINARY_DIR})
|
|
|
|
-add_subdirectory(doc)
|
|
-
|
|
# "uninstall" custom target for make generators in unix like operating systems
|
|
# and if that target is not present
|
|
if (CMAKE_GENERATOR STREQUAL "Unix Makefiles")
|