Re: [cmake-developers] Extracting target metadata, IDE integration

2014-09-20 Thread Stephen Kelly
Brad King wrote: Steve, do you remember why it was added? All lines below that append a slash before appending other content, so it will always end up with a double slash. Is there any reason you see that it cannot be removed? I don't know why I added it. Perhaps to deal with a dashboard

Re: [cmake-developers] [PATCH] FindCUDA: Wrap keyword in if() string comparison

2014-09-20 Thread Adam Strzelecki
I've pushed stage/CMP0054-FindCUDA: commit 8998557e7c9a7542e78e07b8b06fd728604f0bdf Author: Adam Strzelecki o...@java.pl Date: Tue Sep 16 23:31:44 2014 +0200 FindCUDA: Audit for modern CMP0054 if() syntax Enables CMP0054 for whole module to silence quoted variable expansion

Re: [cmake-developers] Extracting target metadata, IDE integration

2014-09-20 Thread Stephen Kelly
Brad King wrote: I'd really like to hear from others on the file format itself. * There needs to be support for multi-config generators. This presumable affects the directory and location. I wonder what the usefulness of putting exportName in the file is? Is it possible there is confusion

Re: [cmake-developers] Extracting target metadata, IDE integration

2014-09-20 Thread Tobias Hunger
Hello! Sorry for breaking the threading, I only joined this ML just now to comment on this thread:-) Thanks Stephen for pointing me here! I am not a regular cmake user (used to be a couple of years ago), but I im interested in this topic since I work on Qt Creator. While cmake currently is not

[cmake-developers] [PATCH] Prevent compilers to be silently modified when using Ninja, generator

2014-09-20 Thread Sylvain Joubert
Hi, Please find attached a patch that fixes Ninja generator. Unlike Unix Makefiles generator it was possible to change compiler path without being notified, without the cache being deleted and more important the generated Ninja solution was not updated with the new compilers while the CMake

Re: [cmake-developers] [CMake] Windows rpath emulation

2014-09-20 Thread Nils Gladitz
On 20.09.2014 23:31, Roland Schulz wrote: Hi, it would be nice if there were a way to emulate rpath under Windows. As far as I can see there are two possible approaches: - Generate a shell script which sets PATH - Generate a manifest for the application and a manifest for the dependencies.