domoticz: disable searching for boost-cmake
authorAmol Bhave <ambhave@fb.com>
Thu, 9 May 2019 04:34:22 +0000 (21:34 -0700)
committerStijn Tintel <stijn@linux-ipv6.be>
Wed, 5 Jun 2019 07:59:12 +0000 (10:59 +0300)
commita73b3b2d753fa4734cec0c8a3effa910fe550f71
treef4c009bcdd49f993faae477e33d3944fa25749de
parentb93d39ac744529210e61c45d9d35a2e95e4813ef
domoticz: disable searching for boost-cmake

Summary:
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.

Test Plan:
`make package/domoticz/compile`
Also compiled all other packages that have a boost dependency, they seem
to be working fine.
tested on nbg6817

Signed-off-by: Amol Bhave <ambhave@fb.com>
[split unrelated change, change commit subject, alphabetical order]
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
utils/domoticz/Makefile