aboutsummaryrefslogtreecommitdiffstats
path: root/testing/yyjson/cmake-add-soname.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/yyjson/cmake-add-soname.patch')
-rw-r--r--testing/yyjson/cmake-add-soname.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/yyjson/cmake-add-soname.patch b/testing/yyjson/cmake-add-soname.patch
deleted file mode 100644
index 046747eb409..00000000000
--- a/testing/yyjson/cmake-add-soname.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -37,6 +37,7 @@
- # ------------------------------------------------------------------------------
- # Library
- add_library(yyjson src/yyjson.h src/yyjson.c)
-+set_target_properties(yyjson PROPERTIES VERSION ${PROJECT_VERSION})
- target_include_directories(yyjson PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/src>)
-
-