Re: [cmake-developers] Startup Project Configuration [mantis 15578]

2015-06-03 Thread Davy Durham
Okay, here's my patch. It worked on my system. I tested with the versions I have installed: VS 2008 and VS 2013, and it worked great. Fairly simple. Updated the docs [sufficiently, I think]. Thanks, Brad, for your direction. Let me know your feedback. Thanks On 06/02/2015 11:45 AM,

Re: [CMake] Conditional transitive link libraries

2015-06-03 Thread Stephen Kelly
Daniel Wirtz wrote: Hey, so while this is a suitable solution for 3-level transitive packages, it will break as soon as you have I don't understand. Please provide an http://sscce.org/ if you can. more than that.. i realized there is no native solution to the problem, and the The native

[cmake-developers] Visual Studio and multi-core builds.

2015-06-03 Thread Davy Durham
Greetings, Any reason that cmake's own VS project generation doesn't make use of /MP https://msdn.microsoft.com/en-us/library/bb385193.aspx to make use of multiple cores? I added it manually, and cmake build times go through the floor. That option has been present since VS 2008. -- Davy

Re: [cmake-developers] Visual Studio and multi-core builds.

2015-06-03 Thread Bill Hoffman
On 6/3/2015 4:32 PM, Davy Durham wrote: Greetings, Any reason that cmake's own VS project generation doesn't make use of /MP https://msdn.microsoft.com/en-us/library/bb385193.aspx to make use of multiple cores? I added it manually, and cmake build times go through the floor. That option has

Re: [cmake-developers] Compact dependency graph

2015-06-03 Thread Richard Ulrich
Hi Brad, attached is a patch with everything in one commit rebased to the most current master commit. Rgds Richard Am Dienstag, den 02.06.2015, 16:46 -0400 schrieb Brad King: On 06/02/2015 04:09 PM, Richard Ulrich wrote: Thanks. Please re-send your response directly to the list so it can

Re: [cmake-developers] Visual Studio and multi-core builds.

2015-06-03 Thread Davy Durham
I haven't ever had this be a problem, but FWIW one can find Maximum number of parallel project builds under Tools - Options - Projects and Solutions - Build and Run and set that to 1 to disable target parallelism. Of course, that's environmental rather than something cmake could control On

Re: [cmake-developers] Visual Studio and multi-core builds.

2015-06-03 Thread Bill Hoffman
On 6/3/2015 5:55 PM, Davy Durham wrote: I haven't ever had this be a problem, but FWIW one can find Maximum number of parallel project builds under Tools - Options - Projects and Solutions - Build and Run and set that to 1 to disable target parallelism. Of course, that's environmental rather

[CMake] add_custom_command taints main dependency file?

2015-06-03 Thread Anders Lindgren
Hi! I just noticed that add_custom_command() taints the main dependency file, a behavior that in counter-intuitive and does not correspond to the description in the CMake manual. The following files demonstrates the problem: CMakeLists.txt cmake_minimum_required(VERSION 3.1)

[cmake-developers] [CMake 0015601]: Add target linker commands

2015-06-03 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15601 == Reported By:Valerii Kanunik Assigned To:

[CMake] Find a 64-bit library

2015-06-03 Thread Micha Renner
Hallo, I want to find the library MSImg32 on a Windos 8.1 system 64-bit. The library is located here: C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Lib\x64 \MSImg32.Lib C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Lib\MSImg32.Lib C:\Program Files (x86)\Windows

[Cmake-commits] CMake branch, next, updated. v3.2.3-1428-g4b6cbb7

2015-06-03 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 4b6cbb7dfb21f2cb684796a9711d8c8edf312c19 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.2.3-1425-g9e7ae5f

2015-06-03 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 9e7ae5f1be633f3241f635df0a9dcc3465c21348 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.2.3-1430-g8b95313

2015-06-03 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 8b953130b0c41258944c9de32f2324dbf8285c30 (commit) via

[cmake-developers] [CMake 0015602]: Multiple configure_file calls with same input file cause Ninja to output spurious warning

2015-06-03 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15602 == Reported By:arlbranch Assigned To:

[Cmake-commits] CMake branch, next, updated. v3.2.3-1444-ga485d7e

2015-06-03 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 a485d7e5d7e19f45f2bd01f1b5f0598c0ce670cc (commit) via

[Cmake-commits] CMake branch, next, updated. v3.2.3-1448-gb094dc5

2015-06-03 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 b094dc58b8bab0f594c517092d1a52e9b7641ec1 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.2.3-1446-g291c024

2015-06-03 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 291c02429ce1df2e0d080c85562319d8a9fc5d9c (commit) via

Re: [cmake-developers] [PATCH] DEFINES_FILE feature for FindBISON module

2015-06-03 Thread Brad King
On 06/03/2015 06:26 AM, 정언 wrote: Thanks! Please re-order the patches to do the refactoring of argument parsing first and the functional changes second. Can you explain what you mean by 'reordering patches'? Does it mean I should write one more patch for that, or I should merge my patches

[Cmake-commits] CMake branch, master, updated. v3.2.3-1390-g0cc7c9a

2015-06-03 Thread Kitware Robot
20150603) +set(CMake_VERSION_PATCH 20150604) #set(CMake_VERSION_RC 1) --- Summary of changes: Source/CMakeVersion.cmake |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- CMake

[Cmake-commits] CMake branch, next, updated. v3.2.3-1450-g54818a4

2015-06-03 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 54818a44c0d7e5b076b6c6d0dc15413167293297 (commit) via

[cmake-developers] [CMake 0015603]: CMake ignores the configured Visual C/C++ compiler

2015-06-03 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15603 == Reported By:Jan Ciger Assigned To: