Re: Regression with lib

2013-03-18 Thread marco atzeri
On 3/18/2013 10:14 AM, Martin Baute wrote: Hi there, While hunting for the reason of the above regression, I tried to uninstall / reinstall cmake and libboost[-devel], to rule out a damaged installation on my side. When I tried to reinstall the previous libboost-devel-1.48.0-1, I was somewh

Regression with lib

2013-03-18 Thread Martin Baute
Hi there, I would like to report a few quirks that appeared with the 1.50.0-1 update of libboost-devel. Regression with CMake = Take this CMakeLists.txt: cmake_minimum_required( VERSION 2.8.9 ) project( boost-regression ) set( Boost_USE_STATIC_LIBS ON ) set