[cmake-developers] [CMake 0015770]: newer version have an additional directory a tarsal generated under mac

2015-10-05 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15770 == Reported By:Charles Doutriaux Assigned To:

[cmake-developers] Add more options for NSIS installer artwork

2015-10-05 Thread Colin Tracey
Hi cmake-developers, (first of all, this is my first patch submission, so guidance is appreciated, thanks). I sent a similar patch as plain text in an email to the list last Friday, but after observing the email traffic It looks like you prefer attachments. I also added documentation to this

Re: [cmake-developers] script mode current directory

2015-10-05 Thread Tamás Kenéz
Here is the patch which documents and tests those 4 variables in script mode, based on master: --- >From f1a6f5e258321317a8086d0538e0a3240d980731 Mon Sep 17 00:00:00 2001 From: Tamas Kenez Date: Mon, 5 Oct 2015 22:12:30 +0200 Subject: [PATCH] Document and test CMAKE_[CURRENT_](BINARY|SOU

Re: [cmake-developers] Rename suffix of Mac OS Framework

2015-10-05 Thread Brad King
On 10/01/2015 04:07 AM, Roman Wüger wrote: > set_target_properties(${PROJECT_NAME} PROPERTIES FRAMEWORK TRUE) > > Is there a way to rename the suffix ".framework"? Not currently. It is hard-coded here: https://cmake.org/gitweb?p=cmake.git;a=blob;f=Source/cmGeneratorTarget.cxx;hb=679a5d21#l298

Re: [cmake-developers] Issue on CMAKE_OSX_SYSROOT

2015-10-05 Thread Brad King
On 10/03/2015 05:00 AM, Francesco Romano wrote: > I don't know if this is the right mailing list This is a good place since it concerns a new OS X release. > I needed to set the variable `CMAKE_OSX_DEPLOYMENT_TARGET` to 10.10 and this > was done after the first "project" call. That should be rig

Re: [cmake-developers] [Patch] Adding Windows 10 Universal app support

2015-10-05 Thread Brad King
On 10/02/2015 03:07 PM, Gilles Khouzam wrote: > This patch adds Windows Universal (store) app support. Thanks. I think mapping version "10.0" with no further components to the latest SDK is a good idea not just for universal apps but also for desktop. I split that out into a separate change: V

Re: [cmake-developers] [Patch] Updated FindMatlab.cmake for Matlab R2015b

2015-10-05 Thread Brad King
On 10/03/2015 04:51 AM, Francesco Romano wrote: > Added support to Matlab 8.6 (R2015b) Applied, thanks: FindMatlab: Add support for Matlab R2015b https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2775768f -Brad -- Powered by www.kitware.com Please keep messages on-topic and check the CMak

Re: [cmake-developers] CMake 3.4 feature freeze on 2015-10-01

2015-10-05 Thread Brad King
On 10/01/2015 12:54 PM, Brad King wrote: > I'll announce when post-3.4 development in 'next' is open. I've branched 'release' for 3.4. The repository is now open for post-3.4 development. Please rebase any open topics on 'master' before merging to 'next'. > * Documentation updates > * Regressio

[cmake-developers] [CMake 0015769]: Change of CMakeLists.txt doesn't trigger reconfigure

2015-10-05 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://public.kitware.com/Bug/view.php?id=15769 == Reported By:Ruslan Baratov Assigned To:

Re: [cmake-developers] [Patch] Updated FindMatlab.cmake for Matlab R2015b

2015-10-05 Thread Raffi Enficiaud
Thanks, I think Brad already applied your patch (so thanks Brad!) Best, Raffi > On 03 Oct 2015, at 10:51, Francesco Romano > wrote: > > Added support to Matlab 8.6 (R2015b) > > Attached is the patch. > > > <0001-Updated-FindMatlab.cmake-to-find-Matlab-R2015b.patch> > > Thank you > France

[cmake-developers] [CMake 0015768]: install command does not install symbolic link for a versioned shared library

2015-10-05 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://public.kitware.com/Bug/view.php?id=15768 == Reported By:Francis ANDRE Assigned To:

Re: [cmake-developers] added get_git_revision and get_git_branch commands as follow-up to cm...@cmake.org

2015-10-05 Thread Pascal Bach
Hi Daniel I just wanted to let you know that I was planing to bring a git versioning script upstream soon. It is based on the following sequence of commands: https://github.com/bufferoverflow/proxyme/blob/master/CMakeLists.txt#L5 It tries to generate a version string of the following form: {git

Re: [cmake-developers] added get_git_revision and get_git_branch commands as follow-up to cm...@cmake.org

2015-10-05 Thread Rolf Eike Beer
+endif() +set(${VARNAME} ${RES} PARENT_SCOPE) +endfunction() \ No newline at end of file Bug ;) -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community.

[cmake-developers] added get_git_revision and get_git_branch commands as follow-up to cm...@cmake.org

2015-10-05 Thread Daniel Wirtz
Hey all, thanks for the feedback, i've included most of it. Regarding the configure/build issue: that indeed is inconvenient and may cause irritation. on the other side, if there has been git activity fussing with any source files affecting the build, cmake will run again and hence capture th