diff options
author | ariel- <ariel-@users.noreply.github.com> | 2017-12-21 03:05:23 -0300 |
---|---|---|
committer | Aokromes <aokromes@gmail.com> | 2018-01-03 20:51:13 +0100 |
commit | 47fce87927de2bb39e4690bc58d26438db16840a (patch) | |
tree | 981aec5277b13260987db098105683cd33081440 /cmake | |
parent | 0c6a5f998159f34bf867ac8b4fd6188d3d2474f0 (diff) |
Build: fix typo in FindBoost
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/macros/FindBoost.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/macros/FindBoost.cmake b/cmake/macros/FindBoost.cmake index a89381c074d..cc9a20cca0b 100644 --- a/cmake/macros/FindBoost.cmake +++ b/cmake/macros/FindBoost.cmake @@ -1036,7 +1036,7 @@ foreach(COMPONENT ${Boost_FIND_COMPONENTS}) ${Boost_LIB_PREFIX}${Boost_NAMESPACE}_${COMPONENT}${compiler}${_boost_MULTITHREADED}${_boost_DEBUG_ABI_TAG}-${Boost_LIB_VERSION} ${Boost_LIB_PREFIX}${Boost_NAMESPACE}_${COMPONENT}${compiler}${_boost_MULTITHREADED}${_boost_DEBUG_ABI_TAG} ) endforeach() - list(APPEND + list(APPEND _boost_DEBUG_NAMES ${Boost_LIB_PREFIX}${Boost_NAMESPACE}_${COMPONENT}${_boost_MULTITHREADED}${_boost_DEBUG_ABI_TAG}-${Boost_LIB_VERSION} ${Boost_LIB_PREFIX}${Boost_NAMESPACE}_${COMPONENT}${_boost_MULTITHREADED}${_boost_DEBUG_ABI_TAG} ${Boost_LIB_PREFIX}${Boost_NAMESPACE}_${COMPONENT}${_boost_MULTITHREADED} |