File: Use-system-c4core.patch

package info (click to toggle)
rapidyaml 0.9.0%2Bds-3
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 53,408 kB
  • sloc: cpp: 69,910; python: 3,616; javascript: 414; xml: 253; makefile: 95; sh: 44
file content (22 lines) | stat: -rw-r--r-- 502 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Bastian Germann <bage@debian.org>
Date: Tue, 6 May 2025 22:38:20 +0200
Subject: Use system c4core
---
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -80,7 +80,6 @@ c4_add_library(ryml
         $<BUILD_INTERFACE:${RYML_SRC_DIR}>
         $<INSTALL_INTERFACE:include>
     LIBS c4core
-    INCORPORATE c4core
     )
 
 if(RYML_WITH_TAB_TOKENS)
@@ -115,7 +114,6 @@ endif()
 
 if(RYML_INSTALL)
     c4_install_target(ryml)
-    c4_install_exports(DEPENDENCIES c4core)
     c4_pack_project()
 endif()