Re: [cmake-developers] Major.Minor version install directories

2013-10-25 Thread Stephen Kelly
Brad King wrote: On 10/24/2013 12:56 PM, Stephen Kelly wrote: l -1 /home/stephen/dev/prefix/qtbase/kde/doc/ cmake-2.8/ cmake-2.8.12.20131023-g07324-dirty/ cmake-2.8.12.20131023-g10e02-dirty/ cmake-2.8.12.20131023-g1bfc2/ cmake-2.8.12.20131023-g3dec3/ The granular

Re: [cmake-developers] C++11 and target_compiler_feature proposal

2013-10-25 Thread Brad King
On 10/25/2013 09:02 AM, Stephen Kelly wrote: For 'broken' things like cxx_initializer_lists and cxx_variadic_templates, I recommend that we enable the feature if the compiler vendor says it is available. Yes, I think that makes sense. The problem with trying to report broken ourselves is

Re: [cmake-developers] Fwd: CMake System Prefix Path

2013-10-25 Thread Brad King
On 10/25/2013 10:04 AM, Stephen Kelly wrote: Brad King wrote: Others have asked to drop CMAKE_INSTALL_PREFIX from the CMAKE_SYSTEM_PREFIX_PATH before. I think it is a good default for the common dependency-sequence-to-one-prefix use case, but we should have an option to block it. Can

[cmake-developers] [CMake 0014512]: cmp0022 does not warn

2013-10-25 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://cmake.org/Bug/view.php?id=14512 == Reported By:Clinton Stimpson Assigned To:

Re: [cmake-developers] C++11 and target_compiler_feature proposal

2013-10-25 Thread Brad King
On 10/24/2013 10:23 AM, Stephen Kelly wrote: Also when you run the compiler you need to capture all stdout/stderr so that it never leaks through to the user-visible cmake configuration output. The RunCMake.* tests that failed last night were mostly due to compilers writing to stderr even when

Re: [cmake-developers] Major.Minor version install directories

2013-10-25 Thread Alexander Neundorf
On Friday 25 October 2013, Stephen Kelly wrote: Brad King wrote: ... FYI, I keep my test install tree below my build directory and wipe it out before the next install: rm -rf $whatever_you_call_the_prefix make install That doesn't work for me because my qtbase prefix is where I

Re: [CMake] cmake policy CMP0022 error

2013-10-25 Thread Stephen Kelly
Clinton Stimpson wrote: I have a target where I do this: SET_TARGET_PROPERTIES(mytarget PROPERTIES LINK_INTERFACE_LIBRARIES ) to hide 3rd party libraries from the link interface. When I do if(APPLE) CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12) endif() I get an error at generate time.

Re: [CMake] cmake policy CMP0022 error

2013-10-25 Thread Clinton Stimpson
On Friday, October 25, 2013 08:40:41 AM Stephen Kelly wrote: Clinton Stimpson wrote: I have a target where I do this: SET_TARGET_PROPERTIES(mytarget PROPERTIES LINK_INTERFACE_LIBRARIES ) to hide 3rd party libraries from the link interface. When I do if(APPLE)

Re: [CMake] cmake policy CMP0022 error

2013-10-25 Thread Stephen Kelly
Clinton Stimpson wrote: I'm trying to point out that I did not get a warning when I was using cmake_minimum_required(VERSION 2.8) set_target_properties(mytarget PROPERTIES LINK_INTERFACE_LIBRARIES ) with CMake 2.8.12. That looks like a bug. The policy warning is only issued if 1) Both

Re: [CMake] ExternalProject_Add examples

2013-10-25 Thread Williams, Norman K
There is our project here: https://github.com/BRAINSia/NAMICExternalProjects This is set up using the CMake 'SuperBuild' pattern first used with Slicer. It might be more complicated a setup than you have in mind, but it builds a large number of interdependent packages. It's structured as a

[CMake] Ralph Barth/AEH/DBS/GDB ist außer Haus. Original subject: 'CMake Digest, Vol 114, Issue 44'

2013-10-25 Thread Ralph . Barth
Ralph Barth will be out of the office starting 25.10.2013 and will be returning on 28.10.2013. Ich werde Ihre Nachrichten nach meiner Rückkehr beantworten. WLLM related questions pls. contact Sebastian Neusüß and Jens Keil. Theo Price Feed from EDRE pls contact Jens Keil

[CMake] Visual Studio and /STACK

2013-10-25 Thread James Bigler
When did CMake stop adding /STACK:1000 to the link line? I just spent several days trying to figure out why my code started failing in strange ways, and I traced it down to this. Thanks, James -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at:

Re: [CMake] Visual Studio and /STACK

2013-10-25 Thread Nils Gladitz
On 25.10.2013 18:42, James Bigler wrote: When did CMake stop adding /STACK:1000 to the link line? 2.8.11: http://public.kitware.com/Bug/view.php?id=12437 Nils -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ

Re: [CMake] Visual Studio and /STACK

2013-10-25 Thread James Bigler
Hmmm... Well that was a not backward compatible way of doing it. This behavior has existed for a long long time. Thanks for your help, James On Fri, Oct 25, 2013 at 10:58 AM, Nils Gladitz nilsglad...@gmail.comwrote: On 25.10.2013 18:42, James Bigler wrote: When did CMake stop adding

Re: [CMake] Visual Studio and /STACK

2013-10-25 Thread David Cole
Hmmm... Well that was a not backward compatible way of doing it.  This behavior has existed for a long long time. Sorry for the extra effort you had to expend tracking down a mysterious problem because of this change. I remember having some discussions (probably just verbal, though, I can't

Re: [CMake] Visual Studio and /STACK

2013-10-25 Thread Clinton Stimpson
On Friday, October 25, 2013 02:52:45 PM David Cole wrote: Hmmm... Well that was a not backward compatible way of doing it. This behavior has existed for a long long time. Sorry for the extra effort you had to expend tracking down a mysterious problem because of this change. I remember

Re: [CMake] Visual Studio and /STACK

2013-10-25 Thread James Bigler
My experience mirrored Clint's. Our version of CMake on the farm was at 2.8.12, but locally developers were at differing versions. What made matters worse is that it is a lot harder to diagnose problems from farm built binaries, so it wasn't until one of the 4 developers looking into this

Re: [CMake] Visual Studio and /STACK

2013-10-25 Thread Bill Hoffman
On 10/25/2013 4:36 PM, James Bigler wrote: My experience mirrored Clint's. Our version of CMake on the farm was at 2.8.12, but locally developers were at differing versions. What made matters worse is that it is a lot harder to diagnose problems from farm built binaries, so it wasn't until one

Re: [CMake] Visual Studio and /STACK

2013-10-25 Thread James Bigler
On Fri, Oct 25, 2013 at 3:28 PM, Bill Hoffman bill.hoff...@kitware.comwrote: On 10/25/2013 4:36 PM, James Bigler wrote: My experience mirrored Clint's. Our version of CMake on the farm was at 2.8.12, but locally developers were at differing versions. What made matters worse is that it is a

[CMake] /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.5' not found

2013-10-25 Thread Chandan Choudhury
Dear cmake users, I am having trouble in installing cmake on Linux (Red Hat Enterprise Linux AS release 4, 2.6.9-42.ELsm) x86_64 machine. Till now I have installed cmake on many occasion, but never faced such trouble. I donot have root access to the cluster. So, I am installing it in

[Cmake-commits] CMake branch, next, updated. v2.8.12-4483-ge3d76ff

2013-10-25 Thread Brad King
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via e3d76fff757ed809f8a4833c703cebda7d944ab5 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.12-4485-gcfe9076

2013-10-25 Thread Brad King
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via cfe9076a254babd9538fea26b113acbc74b37f93 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.12-4489-gf42579a

2013-10-25 Thread Stephen Kelly
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via f42579a441a3c308afcca99edfb5a19f763d8a58 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.12-4497-g3454c74

2013-10-25 Thread Stephen Kelly
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via 3454c7404f2e23ab3a127cbb52dcc5c0ca66e139 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.12-4499-gd9518a3

2013-10-25 Thread Nils Gladitz
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via d9518a356968b257586664de5c3667db0beef0c8 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.12-4503-g92a59dc

2013-10-25 Thread Nils Gladitz
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via 92a59dc8e76db94f545ade7ec3fd655e63cfef37 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.12-4505-g65aa99b

2013-10-25 Thread Nils Gladitz
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via 65aa99bf968f24c855008a573c4016a3ff6b7836 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.12-4507-gcaea7cb

2013-10-25 Thread Nils Gladitz
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via caea7cb64e9f07a5599b626f0b6e253651bd8a15 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.12-4509-g751b3c1

2013-10-25 Thread Brad King
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via 751b3c1f5bc833000cc5329a016cf0fc83768085 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.12-4511-g02ed4d7

2013-10-25 Thread Nils Gladitz
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via 02ed4d7b1e6e00f594b0a4e504749cb184fd3840 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.12-445-ge7a5a4f

2013-10-25 Thread Kitware Robot
Stamp diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index 2759188..2928c3c 100644 --- a/Source/CMakeVersion.cmake +++ b/Source/CMakeVersion.cmake @@ -2,5 +2,5 @@ set(CMake_VERSION_MAJOR 2) set(CMake_VERSION_MINOR 8) set(CMake_VERSION_PATCH 12) -set(CMake_VERSION_TWEAK 20131025