The following issue has been SUBMITTED.
==
http://public.kitware.com/Bug/view.php?id=15770
==
Reported By:Charles Doutriaux
Assigned To:
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
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
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
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
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
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
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
The following issue has been SUBMITTED.
==
https://public.kitware.com/Bug/view.php?id=15769
==
Reported By:Ruslan Baratov
Assigned To:
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
The following issue has been SUBMITTED.
==
https://public.kitware.com/Bug/view.php?id=15768
==
Reported By:Francis ANDRE
Assigned To:
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
+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.
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
14 matches
Mail list logo