libftdi: Fix compilation with most recent CMake 8996/head
authorRosen Penev <rosenp@gmail.com>
Wed, 15 May 2019 21:43:14 +0000 (14:43 -0700)
committerRosen Penev <rosenp@gmail.com>
Thu, 16 May 2019 00:27:02 +0000 (17:27 -0700)
commit6c40424879160e6588c0e34348b67f8c7b154180
tree13dc809479a0b56462c95123b0ecbb3b2bf39b38
parent762778b36e4f4827162ff8b58992a794eb1404b7
libftdi: Fix compilation with most recent CMake

Description from Amol Bhave:

This package fails to compile with boost 1.70 when the boost cmake
config gets used.
As far as I can tell, Boost 1.70 introduced
BoostConfigVersion.cmake. In that file, the value of PACKAGE_VERSION is
set to 1.70. This makes CMake auto set the variable Boost_VERSION to
1.70. Historically, Boost_VERSION has been using the format like 170000,
and not 1.70. Some package cmake files still depend on this behavior
and make assertions such as Boost_VERSION > 168000. This is incompatible
with the new scheme.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
libs/libftdi/Makefile