Re: [cmake-developers] [PATCH 2/2] Add test for generater expressions in test properties

2015-03-09 Thread Ben Boeckel
On Sat, Mar 07, 2015 at 22:20:26 +0100, Gregor Jasny wrote: Suprisingly new-style tests support generater expressions also within all test properties. Add a test for that. This patch isn't necessary. The docs mention that here: http://www.cmake.org/cmake/help/v3.0/command/add_test.html

Re: [cmake-developers] location tag substitution in external project BUILD_BYPRODUCTS

2015-03-09 Thread Brad King
On 03/06/2015 09:17 AM, Gaetan Lehmann wrote: replace the location tags like BINARY_DIR by their real path in BUILD_BYPRODUCTS Applied with minor updates, thanks: ExternalProject: Replace placeholder tokens in BYPRODUCTS http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=86032ae0 -Brad --

Re: [cmake-developers] location tag substitution in external project BUILD_BYPRODUCTS

2015-03-09 Thread Gaetan Lehmann
Thanks! 2015-03-09 15:08 GMT+01:00 Brad King brad.k...@kitware.com: On 03/06/2015 09:17 AM, Gaetan Lehmann wrote: replace the location tags like BINARY_DIR by their real path in BUILD_BYPRODUCTS Applied with minor updates, thanks: ExternalProject: Replace placeholder tokens in

Re: [cmake-developers] [PATCH 2/2] Add test for generater expressions in test properties

2015-03-09 Thread Brad King
On 03/07/2015 04:26 PM, Gregor Jasny wrote: On 07/03/15 22:20, Gregor Jasny wrote: Surprisingly new-style tests support generator expressions also within all test properties. Add a test for that. As Ben pointed out there is already a test for it:

[cmake-developers] [PATCH] UseSWIG.cmake CMP0054 fix

2015-03-09 Thread Tuukka Pasanen
Hello, As CMP0054 changes the way IF() works this patch fixes it in UseSWIG.cmake. PERL seems to be reserved word so work around this every language get x fore them. so you compare xPERL not bare word PERL. This should fix CMP0054 requirements. Sincerely, Tuukka From

Re: [cmake-developers] [CMake] Wrong behavior with 3.2.0-rc2

2015-03-09 Thread Brad King
On 03/09/2015 02:50 PM, Roman Wüger wrote: if CMake 3.2.0 will not be released, when is the expected release date for CMake 3.2.1? Technically 3.2.0 has been released (there is a signed tag in the source tree for it, created after a drought in feedback on 3.2.0-rc2). We just never published

Re: [cmake-developers] [CMake] Wrong behavior with 3.2.0-rc2

2015-03-09 Thread Roman Wüger
Hello Brad, if CMake 3.2.0 will not be released, when is the expected release date for CMake 3.2.1? Regards Roman Am 06.03.2015 um 21:38 schrieb Brad King brad.k...@kitware.com: On 03/06/2015 06:57 AM, Nils Gladitz wrote: On 03/06/2015 10:22 AM, Pere Mato Vila wrote: [100%] [100%]

Re: [cmake-developers] [PATCH] UseSWIG.cmake CMP0054 fix

2015-03-09 Thread Brad King
On 03/09/2015 02:45 AM, Tuukka Pasanen wrote: As CMP0054 changes the way IF() works this patch fixes it in UseSWIG.cmake. Actually CMP0054 fixes behavior that caused subtle logic breakage, and the associated warning catches cases with potential breakage. This is one such case. Fixed: UseSWIG:

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

2015-03-09 Thread Stephen Kelly
Aleix Pol wrote: I just pushed my change into a github clone for easier testing and reviewing. https://github.com/aleixpol/CMake Hi Aleix, Thanks for your efforts. Here are some things that are required before a feature like this can be committed to the cmake repo: * Discuss the feature

Re: [cmake-developers] FW: FW: Initial Attempt at Green Hill MULTI IDE Generator Support

2015-03-09 Thread Geoffrey Viola
Sorry for the delay. I have the experimental tests compiling again. Now, that I had a chance to dig into it, I have some questions. so I think this is the right place for such code. However, the hunk above needs some work. First, the changes to Modules/CMakeCompilerIdDetection.cmake

[cmake-developers] [CMake 0015438]: project([...] C) for Objective-C

2015-03-09 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=15438 == Reported By:Mathieu Malaterre Assigned To: