Re: [cmake-developers] CMake 3.1 Android - generator expressions and output names

2014-12-17 Thread Dmitry Polyanitsa
No, you're right - this is an unfortunate shortcoming. I've attached a patch for CMake as of 0dd9e71 that adds ANDROID_API_MIN/CMAKE_ANDROID_API_MIN which will allow you to set the Min Android API Level in your projects. Brad, I've used ANDROID_API/CMAKE_ANDROID_API as an example when

Re: [cmake-developers] Volunteering to maintain a new module: FindGSL.cmake

2014-12-17 Thread Brad King
On 12/16/2014 01:36 PM, Thompson, KT wrote: I also reverted a recent change by replacing GSL_CONFIG_EXECUTABLE with GSL_CONFIG to remain consistent with the naming conventions of PkgConfig.cmake. The convention is for libraries to be FOO_LIBRARY and executables to be FOO_EXECUTABLE. PkgConfig

Re: [cmake-developers] CMake 3.1 Android - generator expressions and output names

2014-12-17 Thread Brad King
On 12/17/2014 09:22 AM, Dmitry Polyanitsa wrote: adds ANDROID_API_MIN/CMAKE_ANDROID_API_MIN which will allow you to set the Min Android API Level in your projects. Thanks. I've applied the patch and merged for testing: Add 'ANDROID_API_MIN' target property to set Android Target MIN API

[cmake-developers] [CMake 0015313]: .def files are not visible in Visual Studio project tree

2014-12-17 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15313 == Reported By:patep Assigned To:

[cmake-developers] [CMake 0015314]: FindMPI.cmake can choose incompatible set of libraries for Intel MPI

2014-12-17 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15314 == Reported By:Kelly Thompson Assigned To:

Re: [cmake-developers] New command 'file(LOCK_DIRECTORY ...)'

2014-12-17 Thread Matthew Woehlke
On 2014-10-13 10:39, Brad King wrote: On 10/10/2014 07:45 AM, Ruslan Baratov wrote: Locking directory is equivalent to locking file `cmake.lock` in directory /path/to/shared/directory/: I think this can be activated buy a DIRECTORY option. Why do we need even that? Can't CMake just test if

[cmake-developers] pause on new topics please

2014-12-17 Thread Brad King
Hi Folks, I have a few open topics in 'next' right now that may take a few more nightly iterations to cleanup the dashboard. In order to avoid disrupting this process with other changes, please refrain from adding more topics to 'next'. Of course topics for documentation-only changes or fixes

Re: [cmake-developers] [PATCH 0/4] XCTest Bundles v2

2014-12-17 Thread Brad King
On 12/16/2014 04:22 PM, Gregor Jasny wrote: I addressed all the comments you gave about the last series. Thanks. I've applied the first two patches since they are independent cleanups and merged for testing: cmTarget: Use GetCFBundleDirectory within GetFullNameInternal

[cmake-developers] [ANNOUNCE] CMake 3.1.0 Released!

2014-12-17 Thread Robert Maynard
I am proud to announce that CMake 3.1 is now available for download at: http://www.cmake.org/download http://www.cmake.org/files/v3.1/?C=M;O=D Documentation is available at: http://www.cmake.org/cmake/help/v3.1 Release notes appear below and are also published at

[cmake-developers] documentation patch

2014-12-17 Thread Tim Blechmann
hi all, this trivial patch adds INTERFACE_LIBRARY to the documentation of the TYPE target property. would be great, if it could be applied. thnx, tim From f9ff9226bd0985aa239564e93eb42ed4d57b208d Mon Sep 17 00:00:00 2001 From: Tim Blechmann t...@klingt.org Date: Wed, 17 Dec 2014 21:59:51 +0100

Re: [cmake-developers] documentation patch

2014-12-17 Thread Brad King
On 12/17/2014 04:01 PM, Tim Blechmann wrote: this trivial patch adds INTERFACE_LIBRARY to the documentation of the TYPE target property. would be great, if it could be applied. Thanks. Applied: Help: Add INTERFACE_LIBRARY to TYPE target property documentation

Re: [cmake-developers] New command 'file(LOCK_DIRECTORY ...)'

2014-12-17 Thread Ruslan Baratov via cmake-developers
On 17-Dec-14 21:11, Matthew Woehlke wrote: On 2014-10-13 10:39, Brad King wrote: On 10/10/2014 07:45 AM, Ruslan Baratov wrote: Locking directory is equivalent to locking file `cmake.lock` in directory /path/to/shared/directory/: I think this can be activated buy a DIRECTORY option. Why do we

[cmake-developers] [CMake 0015315]: Qt4And5AutomocReverse test fails with cmake-3.1.0

2014-12-17 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15315 == Reported By:Heiko Becker Assigned To: