We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 304574e commit 8c9f070Copy full SHA for 8c9f070
developer.md
@@ -214,7 +214,8 @@ include path because it doesn't require any compilation. This is what the
214
which are propagated upwards to its users.)
215
216
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:
+its own line, is no longer necessary after Boost 1.89.
218
+You can as well put them on a singe line:
219
`target_link_libraries(boost_core INTERFACE Boost::assert Boost::config Boost::static_assert)`
220
This dependency specification influences the behavior of the user-settable
221
`BOOST_INCLUDE_LIBRARIES` option of the superproject, which requests only the
0 commit comments