Skip to content

Commit 8c9f070

Browse files
committed
doc: Add reference to Boost 1.89 for link-target format
1 parent 304574e commit 8c9f070

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

developer.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,8 @@ include path because it doesn't require any compilation. This is what the
214214
which are propagated upwards to its users.)
215215

216216
Note that the exact form of the directive, with each `Boost::libname` target on
217-
its own line, is not necessary. You could as well put them on a singe line:
217+
its own line, is no longer necessary after Boost 1.89.
218+
You can as well put them on a singe line:
218219
`target_link_libraries(boost_core INTERFACE Boost::assert Boost::config Boost::static_assert)`
219220
This dependency specification influences the behavior of the user-settable
220221
`BOOST_INCLUDE_LIBRARIES` option of the superproject, which requests only the

0 commit comments

Comments
 (0)