From 163dcfa7175eff7561dc3c37f28c736cf36cac75 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Thu, 8 Dec 2022 17:43:27 +0100 Subject: tutorial: Use newly introduced private-deps for fmt --- doc/tutorial/third-party-software.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/tutorial/third-party-software.org') diff --git a/doc/tutorial/third-party-software.org b/doc/tutorial/third-party-software.org index 2d3bef84..e088bc4b 100644 --- a/doc/tutorial/third-party-software.org +++ b/doc/tutorial/third-party-software.org @@ -163,7 +163,7 @@ therefore need to introduce an additional binding ~"format"~ for it: } #+END_SRC -This ~"format"~ binding can you be used to add a new dependency in +This ~"format"~ binding can you be used to add a new private dependency in ~greet/TARGETS~: #+SRCNAME: greet/TARGETS @@ -174,7 +174,7 @@ This ~"format"~ binding can you be used to add a new dependency in , "hdrs": ["greet.hpp"] , "srcs": ["greet.cpp"] , "stage": ["greet"] - , "deps": [["@", "format", "", "fmt"]] + , "private-deps": [["@", "format", "", "fmt"]] } } #+END_SRC -- cgit v1.2.3