diff options
author | Tocic <tocic@protonmail.ch> | 2021-03-01 11:51:19 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-03-01 19:58:10 (GMT) |
commit | 507710438d6033011cf980dc8a3c739b8bc1bb1c (patch) | |
tree | fcb03f04f1bc497d4024e702fb69a608a13efa6c /Modules/FindBoost.cmake | |
parent | 653b871cb782dd30d1139e09a8285ba072518ae9 (diff) | |
download | CMake-507710438d6033011cf980dc8a3c739b8bc1bb1c.zip CMake-507710438d6033011cf980dc8a3c739b8bc1bb1c.tar.gz CMake-507710438d6033011cf980dc8a3c739b8bc1bb1c.tar.bz2 |
FindBoost: Fix typo in documentation
Diffstat (limited to 'Modules/FindBoost.cmake')
-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 |