On Wed, 12 Nov 2014 09:11:27 +0100 Mathieu Malaterre <[email protected]> wrote:
> Control: reassign -1 cmake 3.0.2-1
> 
> On Sun, Nov 9, 2014 at 9:50 PM, carandraug <[email protected]> wrote:
> > $ cmake --find-package -DNAME=GDCM -DLANGUAGE=CXX -DCOMPILER_ID=GNU 
> > -DMODE=COMPILE
> > GDCM not found.
> > CMake Error: Problem processing arguments. Aborting.
> 
> I do not believe the issue is within GDCM codebase:
> 
> Steps:
> 
> $ mkdir /tmp/p && cd /tmp/p
> $ sudo apt-get install libgdcm2-dev
> $ cat CMakeLists.txt
> cmake_minimum_required(VERSION 3.0)
> find_package(GDCM REQUIRED)
> message("found: ${GDCM_FOUND}")
> $ cmake . | grep found
> found: 1
> 
> My guess is that something recently broke in cmake.

This is a bug in cmake but not a regression.
The difference between wheezy and jessie is that gdcm moved to a multiarch dir.

I've forwarded this upstream:
http://www.cmake.org/Bug/view.php?id=15250

Cheers,
Felix


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to