| commit | bd25fc5ea0e14d19e1451632205c8b99ec0b1c09 | [log] [tgz] |
|---|---|---|
| author | Rui Chen <rui@chenrui.dev> | Mon Sep 30 18:23:00 2024 -0400 |
| committer | GitHub <noreply@github.com> | Mon Sep 30 15:23:00 2024 -0700 |
| tree | c86bb4b4190499795345a01f37405d6576a6a42f | |
| parent | 8214f717e7c7d361f002b6c3d1b1086ddd096315 [diff] |
fix(build): remove `check_required_components` for meson build (#1570) Signed-off-by: Rui Chen <rui@chenrui.dev>
diff --git a/jsoncppConfig.cmake.meson.in b/jsoncppConfig.cmake.meson.in index 0f4866d..be8852d 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)