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 9e5178c commit 507e02aCopy full SHA for 507e02a
docs/packages/pkg/Boost.rst
@@ -5,8 +5,6 @@
5
Boost
6
=====
7
8
-Since boost 1.70 you should use for header only libraries as target:
9
-
10
.. code-block:: cmake
11
12
# Header-only libraries
examples/Boost/CMakeLists.txt
@@ -15,7 +15,7 @@ hunter_add_package(Boost)
15
find_package(Boost CONFIG REQUIRED)
16
17
add_executable(foo foo.cpp)
18
-target_link_libraries(foo PUBLIC Boost::headers) # Since boost 1.70 you should use Boost::headers as target
+target_link_libraries(foo PUBLIC Boost::headers)
19
20
set(project_license "${CMAKE_CURRENT_BINARY_DIR}/LICENSE.txt")
21
file(
0 commit comments