From 8c9f07021344519da91c5adbaf6d26b55982dfed Mon Sep 17 00:00:00 2001 From: Alexander Grund Date: Thu, 18 Sep 2025 10:29:24 +0200 Subject: [PATCH] doc: Add reference to Boost 1.89 for link-target format --- developer.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/developer.md b/developer.md index 3026c89..190f71c 100644 --- a/developer.md +++ b/developer.md @@ -214,7 +214,8 @@ include path because it doesn't require any compilation. This is what the which are propagated upwards to its users.) Note that the exact form of the directive, with each `Boost::libname` target on -its own line, is not necessary. You could as well put them on a singe line: +its own line, is no longer necessary after Boost 1.89. +You can as well put them on a singe line: `target_link_libraries(boost_core INTERFACE Boost::assert Boost::config Boost::static_assert)` This dependency specification influences the behavior of the user-settable `BOOST_INCLUDE_LIBRARIES` option of the superproject, which requests only the