Bug#732080: cmake: Boost is now multiarched

2015-09-13 Thread Michael Banck
Hi, FWIW, I can reproduce the problem from one project I am packaging with the following minimal CMakeLists.txt: set(BOOST_ROOT ${BOOST}) set(Boost_NO_SYSTEM_PATHS TRUE) set(Boost_DETAILED_FAILURE_MSG TRUE) find_package(Boost 1.48 COMPONENTS thread system ) Without the patch:

Bug#732080: cmake: Boost is now multiarched

2014-08-02 Thread Felix Geyer
On Fri, 13 Dec 2013 17:24:51 + Dimitri John Ledkov x...@debian.org wrote: Package: cmake Version: 2.8.12.1-1 Severity: normal Dear Maintainer, Boost has been multiarched in Debian now. Please consider applying following patch to fix FindBoost detection logic. Why is this necessary?

Bug#732080: cmake: Boost is now multiarched

2013-12-13 Thread Dimitri John Ledkov
Package: cmake Version: 2.8.12.1-1 Severity: normal Dear Maintainer, Boost has been multiarched in Debian now. Please consider applying following patch to fix FindBoost detection logic. Regards, Dimitri Description: make boost look into multiarch locations as well Author: Dmitrijs Ledkovs