diff options
author | Brad King <brad.king@kitware.com> | 2021-03-02 13:46:27 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2021-03-02 13:46:41 (GMT) |
commit | 0d4e93e88b8417012d094a87530bb56a7e13d4c3 (patch) | |
tree | 66860d214d93b9ea7ed1aa2b6d0bbe343fa3f271 /Modules | |
parent | aa30ad8d1eefa6f79632a1a526b8b0d027fd0965 (diff) | |
parent | 507710438d6033011cf980dc8a3c739b8bc1bb1c (diff) | |
download | CMake-0d4e93e88b8417012d094a87530bb56a7e13d4c3.zip CMake-0d4e93e88b8417012d094a87530bb56a7e13d4c3.tar.gz CMake-0d4e93e88b8417012d094a87530bb56a7e13d4c3.tar.bz2 |
Merge topic 'Tocic-master-patch-04743'
507710438d FindBoost: Fix typo in documentation
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Ben Boeckel <ben.boeckel@kitware.com>
Merge-request: !5869
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/FindBoost.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindBoost.cmake b/Modules/FindBoost.cmake index f8887ad..3080062 100644 --- a/Modules/FindBoost.cmake +++ b/Modules/FindBoost.cmake @@ -189,7 +189,7 @@ This module defines the following :prop_tgt:`IMPORTED` targets: (adds ``-DBOOST_ALL_NO_LIB``). ``Boost::dynamic_linking`` - Interface target to enable dynamic linking linking with MSVC + Interface target to enable dynamic linking with MSVC (adds ``-DBOOST_ALL_DYN_LINK``). Implicit dependencies such as ``Boost::filesystem`` requiring |