From 75c978dbca0665cf9993291ee8f5aa7c574b759d Mon Sep 17 00:00:00 2001 From: Trim21 Date: Sun, 5 Jan 2025 02:24:05 +0800 Subject: [PATCH 1/2] Update get-started.md --- doc/get-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/get-started.md b/doc/get-started.md index e61da8829791..fe9be13b5ba9 100644 --- a/doc/get-started.md +++ b/doc/get-started.md @@ -202,7 +202,7 @@ For a static build, use the following subproject definition: For the header-only version, use: - fmt = subproject('fmt') + fmt = subproject('fmt', default_options: ['-Dheader-only=true']) fmt_dep = fmt.get_variable('fmt_header_only_dep') ### Android NDK From 5a43e0a2e5256d3141f32c635a966562ff15d6e2 Mon Sep 17 00:00:00 2001 From: Trim21 Date: Sun, 5 Jan 2025 04:55:53 +0800 Subject: [PATCH 2/2] Update get-started.md --- doc/get-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/get-started.md b/doc/get-started.md index fe9be13b5ba9..466d1c1b2b4c 100644 --- a/doc/get-started.md +++ b/doc/get-started.md @@ -202,7 +202,7 @@ For a static build, use the following subproject definition: For the header-only version, use: - fmt = subproject('fmt', default_options: ['-Dheader-only=true']) + fmt = subproject('fmt', default_options: ['header-only=true']) fmt_dep = fmt.get_variable('fmt_header_only_dep') ### Android NDK