[cmake-developers] [CMake 0016133]: NO_DEFAULT_PATH is taken as a path when specified after the PATHS option.

2016-05-31 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://public.kitware.com/Bug/view.php?id=16133 == Reported By:Alexis Wilke Assigned To:

[cmake-developers] Topic "add-opencl-imported-target" good to merge?

2016-05-31 Thread Matthäus G . Chajdas
Hi, I've just pushed "add-opencl-imported-target" which adds an imported target to FindOpenCL. The whole change is rather small: https://cmake.org/gitweb?p=stage/cmake.git;a=commitdiff;h=6c53137a19e482140db3dc97b626af38348f2c71 Good to merge this to next for testing? Cheers, Matthäus --

Re: [cmake-developers] output expressions fails with either a build.ninja error or wrong escaped space

2016-05-31 Thread Brad King
On 05/31/2016 02:28 PM, jerry@web.de wrote: > thanks for the response. I was eager to solve this. I came up > with this solution: > > -I$,\t-I> > > I searched for a solution where i can use it without the quotes > while the tab (\t) takes

Re: [cmake-developers] output expressions fails with either a build.ninja error or wrong escaped space

2016-05-31 Thread jerry . c . t
Hi, thanks for the response. I was eager to solve this. I came up with this solution: -I$,\t-I> I searched for a solution where i can use it without the quotes while the tab (\t) takes care that it is recognized as a generator expression.

Re: [cmake-developers] output expressions fails with either a build.ninja error or wrong escaped space

2016-05-31 Thread jerry . c . t
Hi,   thanks for the response. I was eager to solve this. I came up with this solution:   -I$,\t-I>   I searched for a solution where i can use it without the quotes while the tab (\t) takes care that it is recognized as a generator

Re: [cmake-developers] [MODERN] CMake ~3.6 vs Qt 5.6 vs MSVC2015

2016-05-31 Thread Konstantin Podsvirov
Hi all! Modern master updated! :-) It's time to upgrade: CMake 3.5.20160531 now available! Previously had problems with that, but now it seems that it works. Let me remind you of the link. Windows 32bit: http://ifw.podsvirov.pro/cmake/cmake-master-win32-online.exe Windows 64bit:

Re: [cmake-developers] output expressions fails with either a build.ninja error or wrong escaped space

2016-05-31 Thread Brad King
On 05/28/2016 01:15 PM, jerry@web.de wrote: > "-I$, -I>" This tells CMake to generate a single argument consisting of the entire expanded value. We have no syntax to expand lists into multiple command line arguments after evaluation of