libftdi1: Fix compilation with most recent CMake 8997/head
authorRosen Penev <rosenp@gmail.com>
Wed, 15 May 2019 21:46:13 +0000 (14:46 -0700)
committerRosen Penev <rosenp@gmail.com>
Thu, 16 May 2019 00:28:33 +0000 (17:28 -0700)
commit7df84e7472f9797bb5b50db59ef35dc7b06f9b08
tree98713714707183488a7a0677f021ed4f2d8042f5
parent762778b36e4f4827162ff8b58992a794eb1404b7
libftdi1: 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/libftdi1/Makefile