[CMake] Bug in cmake 2.8.4/5 when using IMPORTED static targets?

Brad King brad.king at kitware.com
Thu Aug 4 15:41:21 EDT 2011


On 8/4/2011 3:29 PM, Brad King wrote:
> This was a dumb mistake on my part. I will fix it. Meanwhile you can
> avoid the crash by not making an imported target depend on a target
> that does not exist.

Fixed to ignore dangling dependencies instead of crashing:

   http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=8ee9bbbd

This is now consistent with bad dependencies on non-imported targets.

-Brad


More information about the CMake mailing list