Re: [cmake-developers] Wrapping functions in CMake

2015-07-10 Thread Clifford Yapp
On Thu, Jul 9, 2015 at 1:35 PM, Clifford Yapp wrote: > 2. Provide similar lists of all defined targets for the various types > (e.g. CMAKE_EXECUTABLE_TARGETS, CMAKE_LIBRARY_TARGETS, > CMAKE_CUSTOM_TARGETS). Looking into the CMake sources, it seems like this information is stored already in the

[cmake-developers] [Patch] Added property to disable the "Built target" progress messages in Makefile targets

2015-07-10 Thread Michael Enßlin
= Motivation: In my project, openage, the build system currently produces fairly much useless output, even if not a single file of the project has changed: mic@mic ~/git/openage $ make [ 0%] Built target compilepy [ 1%] Built target cythonize [ 1%] Built target codegen [ 83%] Built target

[cmake-developers] Adding a custom property that is queried from cmGlobalUnixMakefileGenerator3

2015-07-10 Thread Michael Enßlin
Hi, I'm trying to add a custom global property that is queried from cmGlobalUnixMakefileGenerator3's constructor. For that, I use this piece of code in the constructor: this->TargetMessages = true; if(const char* ruleStatus = this ->GetCMakeInstance()

Re: [cmake-developers] [PATCH] FindMPI: Intel-MPI 5+ workaround

2015-07-10 Thread Brad King
On 07/10/2015 02:56 AM, Rolf Eike Beer wrote: > Am Donnerstag, 9. Juli 2015, 11:05:13 schrieb Brad King: >> FindMPI: Extend Intel-MPI 5+ workaround for recent GCCs >> http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5d7653a0 > > For the usual reasons, can we please change this from > "${cmdlin

Re: [cmake-developers] [PREVIEW] Meet CMake components-based cross-platform GUI installer

2015-07-10 Thread Konstantin Podsvirov
Meet fresh CMake 3.3.20150710 from branch 'master'! 08.07.2015, 22:42, "Konstantin Podsvirov" : > All kind time of day! > > This is not the official installer, but who might someday become. > > Straight to the point - here online installers > > Debian 8: > > http://ifw.podsvirov.pro/cmake/cmake-ma

Re: [cmake-developers] [PATCH] FindMPI: Intel-MPI 5+ workaround

2015-07-10 Thread Rolf Eike Beer
Am Donnerstag, 9. Juli 2015, 14:42:13 schrieb Brennan, Sean M: > See attached git patch. > > FindMPI: Intel-MPI 5+ workaround needs an additional/alternate keyword to > recognize this case with recent GCCs. > > Confirmed working with intel-mpi/5.0.1 using gcc/4.4.7, gcc/4.6.1, > gcc/4.7.2, gcc/4.

Re: [cmake-developers] [PATCH] FindMPI: Intel-MPI 5+ workaround

2015-07-10 Thread Rolf Eike Beer
Am Donnerstag, 9. Juli 2015, 11:05:13 schrieb Brad King: > On 07/09/2015 10:42 AM, Brennan, Sean M wrote: > > See attached git patch. > > Applied, thanks: > > FindMPI: Extend Intel-MPI 5+ workaround for recent GCCs > http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5d7653a0 For the usual rea