[cmake-developers] CMake user-provided manifest files

James Johnston JamesJ at motionview3d.com
Wed Sep 16 19:01:53 EDT 2015


> -----Original Message-----
> From: Brad King [mailto:brad.king at kitware.com]
> Sent: Wednesday, September 16, 2015 20:13
> To: James Johnston; 'Gilles Khouzam'
> Cc: cmake-developers at cmake.org
> Subject: Re: [cmake-developers] CMake user-provided manifest files
> 
> On 09/16/2015 03:43 PM, James Johnston wrote:
> > So the problem is the current directory when linking is going to be
> > root CMAKE_BINARY_DIR, and the relative path "DPIAware.manifest" will
> > attempt to be used, which of course isn't there as it needs to look in
> > "subdir\DPIAware.manifest".
> 
> This should fix that:
> 
>  fixup! Add support for *.manifest source files with MSVC tools
>  http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e78b5408
> 
> I'll also work on integrating your test case.
> 
> Thanks,
> -Brad

That fixed it; just tested building a pile of projects with both Ninja and
VS2008 generators (with VS2008 used with Ninja). 

Best regards,

James Johnston



More information about the cmake-developers mailing list