# - it's a modified https://github.com/Kitware/CMake/blob/363825cd55595b7de62fcf610836f6156a9f1a31/Modules/FindBoost.cmake
# - adds additional Boost search path
# - adds pthread as an dependency if needed
######
# This is using an old version of FindBoost.cmake irregardless of your CMake version
# - this will be removed in future release
# - improves Boost library search in some Apple OS configrations
# - this can be fixed with properly setting BOOST_LIBRARYDIR
#####
MESSAGE(DEPRECATION"Custom FindBoost.cmake will be deprecated in some future release. If you are using some of the affected configurations try setting the BOOST_LIBRARYDIR variable.")