mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-28 21:02:25 +01:00
22 lines
678 B
Diff
22 lines
678 B
Diff
From bd25fc5ea0e14d19e1451632205c8b99ec0b1c09 Mon Sep 17 00:00:00 2001
|
|
From: Rui Chen <rui@chenrui.dev>
|
|
Date: Mon, 30 Sep 2024 18:23:00 -0400
|
|
Subject: [PATCH] fix(build): remove `check_required_components` for meson
|
|
build (#1570)
|
|
|
|
Signed-off-by: Rui Chen <rui@chenrui.dev>
|
|
---
|
|
jsoncppConfig.cmake.meson.in | 2 --
|
|
1 file changed, 2 deletions(-)
|
|
|
|
diff --git a/jsoncppConfig.cmake.meson.in b/jsoncppConfig.cmake.meson.in
|
|
index 0f4866d6d..be8852d0c 100644
|
|
--- a/jsoncppConfig.cmake.meson.in
|
|
+++ b/jsoncppConfig.cmake.meson.in
|
|
@@ -4,5 +4,3 @@
|
|
@MESON_STATIC_TARGET@
|
|
|
|
include ( "${CMAKE_CURRENT_LIST_DIR}/jsoncpp-namespaced-targets.cmake" )
|
|
-
|
|
-check_required_components(JsonCpp)
|