Re: [cmake-developers] add_custom_commad build error with ninja generator

2014-04-10 Thread Nils Gladitz
On 04/10/2014 07:01 AM, Claus Klein wrote: Hi all, I have problems with the following cmake build script: find_program(CCP_EXECUTABLE cpp REQUIRED HINTS /opt/local/bin) find_program(ASN1C_EXECUTABLE asn1c REQUIRED HINTS /opt/local/bin) find_program() does not understand REQUIRED (sadly it

Re: [cmake-developers] target_compile_features remaining issues

2014-04-10 Thread Rolf Eike Beer
Am 08.04.2014 11:43, schrieb Stephen Kelly: Rolf Eike Beer wrote: Of course, it is easier to get features into the CMAKE_CXX_KNOWN_FEATURES list when there is only one compiler to test for on the dashboard. I'll add one C++98 feature to establish the infrastructure, but I don't intend to

Re: [cmake-developers] target_compile_features remaining issues

2014-04-10 Thread Stephen Kelly
Rolf Eike Beer wrote: Am 08.04.2014 11:43, schrieb Stephen Kelly: Rolf Eike Beer wrote: Of course, it is easier to get features into the CMAKE_CXX_KNOWN_FEATURES list when there is only one compiler to test for on the dashboard. I'll add one C++98 feature to establish the infrastructure,

Re: [cmake-developers] target_compile_features remaining issues

2014-04-10 Thread Stephen Kelly
Alex Merry wrote: On 28/03/14 15:16, Stephen Kelly wrote: The target_compile_features topic in my clone is almost ready to merge to next. Having looked through the docs for the topic, the thing that is missing that I'd like to see is a way (probably a variable) to specify the default

Re: [cmake-developers] target_compile_features remaining issues

2014-04-10 Thread Rolf Eike Beer
Am 10.04.2014 10:44, schrieb Stephen Kelly: Rolf Eike Beer wrote: Am 08.04.2014 11:43, schrieb Stephen Kelly: Rolf Eike Beer wrote: Of course, it is easier to get features into the CMAKE_CXX_KNOWN_FEATURES list when there is only one compiler to test for on the dashboard. I'll add one C++98

Re: [cmake-developers] pause on new topics, please

2014-04-10 Thread Brad King
On 04/08/2014 02:48 PM, Brad King wrote: Please refrain from adding new topics to 'next' until the performance problems in 'master' discussed here: http://thread.gmane.org/gmane.comp.programming.tools.cmake.devel/9867/focus=9897 have been resolved. This has been resolved. Please

Re: [cmake-developers] [PATCH] Use single quote for all file/path items in Watcom linker command

2014-04-10 Thread Brad King
On 04/08/2014 02:48 PM, Brad King wrote: On 04/04/2014 05:16 PM, Jiri Malak wrote: I enclosed patch to support correct quoting for Watcom linker. Single quote quoting is necessary also for target name, library names and libraries search path. This patch fix it. Thanks. I applied locally.

Re: [cmake-developers] Bug in Visual Studio generators

2014-04-10 Thread Brad King
On 04/09/2014 08:16 PM, Josh Green wrote: Thanks for your explanation of cmLocalGenerator::Convert. My source tree roughly looks like this: C:\dev\root\src\CMakeLists.txt -- root cmake lists file C:\dev\root\src\build\ -- This is the target location for build files to be placed. I think by

Re: [cmake-developers] target_compile_features remaining issues

2014-04-10 Thread Alex Merry
On 10/04/14 09:46, Stephen Kelly wrote: Alex Merry wrote: On 28/03/14 15:16, Stephen Kelly wrote: The target_compile_features topic in my clone is almost ready to merge to next. Having looked through the docs for the topic, the thing that is missing that I'd like to see is a way (probably

[cmake-developers] [CMake 0014872]: FindMPI.cmake finds MPI of different compiler

2014-04-10 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=14872 == Reported By:Melven Roehrig-Zoellner Assigned To:

Re: [cmake-developers] CMake master slowdown in generation step

2014-04-10 Thread Nils Gladitz
On 09.04.2014 02:00, Stephen Kelly wrote: My new optimizations make the VTK time comparable with before-refactor on my machine. The cmake run for my project seems to be at least as fast as it was before too :) Thanks! Nils -- Powered by www.kitware.com Please keep messages on-topic and

[cmake-developers] Tests failures for FindGTK2 on OpenBSD

2014-04-10 Thread Rolf Eike Beer
Daniele, please have a look at these errors: http://open.cdash.org/viewTest.php?onlyfailedbuildid=3286713 Paths like /usr/local/* are not automatically included on that platform, maybe that is the cause. I have more or less direct access to that machine during normal working hours, so if you

Re: [cmake-developers] Bug in Visual Studio generators

2014-04-10 Thread Josh Green
Hi Brad, Thanks for your explanations, they're interesting. I appreciate this is a complex system :) Regarding: The current logic (produced by commit range a7d0fb14..d931ce9f) is: http://cmake.org/gitweb?p=cmake.git;a=blob;f=Source/cmVisualStudio10TargetGenerator.cxx;hb=v3.0.0-rc3#l939

Re: [cmake-developers] CMake master slowdown in generation step

2014-04-10 Thread Ben Boeckel
On Sat, Apr 05, 2014 at 13:58:37 +0200, Stephen Kelly wrote: I also looked at your local-speed-lang topic. testing/merge is the most recent. I really need to clean up the branch mess I've made (caused by attempting to merge two sets of work sessions between work and home without nuking

Re: [CMake] CMakeDetermineVSServicePack (was: CMake 3.0-rc3 now ready for testing)

2014-04-10 Thread Mourad Boufarguine
On 04/09/2014 07:39 AM, Mourad Boufarguine wrote: CMake Error at D:/Program Files (x86)/CMake/share/cmake-3.0/Modules/CMakeDetermineVSServicePack.cmake:140 (list): list index: 3 out of range (-3, 2) [snip] content of the _cl_version variable and it gave me 17.00.61030 so there is no 4th

Re: [CMake] CMakeDetermineVSServicePack

2014-04-10 Thread Brad King
On 04/10/2014 04:19 AM, Mourad Boufarguine wrote: I just tried with CMake 2.8.12.2 and I confirm I had the same issue. Okay, then it is not a regression in 3.0 but still needs to be fixed. Microsoft (R) C/C++ Optimizing *Compiler Version 17.00.61030* for x64 That is a higher third component

Re: [CMake] CMakeDetermineVSServicePack

2014-04-10 Thread Mourad Boufarguine
Microsoft (R) C/C++ Optimizing *Compiler Version 17.00.61030* for x64 That is a higher third component value than CMakeDetermineVSServicePack has for vc110sp3 (17.00.60610.1). What service pack level is it? Microsoft talks about Updates rather than Service Packs for Visual Studio 2012. I

Re: [CMake] Dependency resolution for add_custom_command calls?

2014-04-10 Thread Matthew Woehlke
On 2014-04-09 12:08, SF Markus Elfring wrote: I try to generate some files mainly by calls of the command add_custom_command. One of them should start with the action to copy a source file into the build directory. But I wonder why this step is not written into a generated make file. I would

Re: [CMake] CMakeDetermineVSServicePack

2014-04-10 Thread Brad King
On 04/10/2014 11:53 AM, Mourad Boufarguine wrote: I have Update 4 (which is as old as Nov 12, 2013) I installed that, thanks. I gave the patch a try, I had no more errors Great. I've applied the following changes to fix this: CMakeDetermineVSServicePack: Format documentation

[CMake] Mixing compilers

2014-04-10 Thread William McKenzie
I have a large project, with multiple subdirectories. I'd like to use g++ on some folders and icc on others. What is the best way to accomplish this? Can it be done in one project? thanks, ~Bill -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at:

Re: [CMake] Support for building of OCaml software?

2014-04-10 Thread Judicaƫl Bedouet
How do you think about to extend configuration checks for OCaml compiler variants? What do you mean by OCaml compiler variants ? I only know this one : http://caml.inria.fr/download.en.html Would you also like to check for the availability of any package manager? Do you mean OPAM, GODI... ? I

[Cmake-commits] CMake branch, master, updated. v3.0.0-rc3-524-g2420a85

2014-04-10 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, master has been updated via 2420a85a8d7afca9da50b7a51036b6b4043cd92b (commit) via

[Cmake-commits] CMake branch, next, updated. v3.0.0-rc3-2176-g75c659d

2014-04-10 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 75c659d3742cd96a70329c3c478dd72a340246cf (commit) via

[Cmake-commits] CMake branch, release, updated. v3.0.0-rc3-11-gc4b31a2

2014-04-10 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, release has been updated via c4b31a2c473547306caa63cf8a49d3238125210a (commit) via

[Cmake-commits] CMake branch, next, updated. v3.0.0-rc3-2179-g827fc7d

2014-04-10 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 827fc7da07237a24f0fc5673e4b70821643ee0e5 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.0.0-rc3-537-ge983ed7

2014-04-10 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, master has been updated via e983ed7c9a32067125b0c1c80f31e12a62db0ad9 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.0.0-rc3-531-g5e6f279

2014-04-10 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, master has been updated via 5e6f2794117ff75d0eaba5211e64fa475c25f308 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.0.0-rc3-534-g9ac73a8

2014-04-10 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, master has been updated via 9ac73a8c03734fe3dfe094ec2fa7cecc46d8e855 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.0.0-rc3-527-gc590889

2014-04-10 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, master has been updated via c5908893103235d5a5444e2385fba40aacca9ca0 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.0.0-rc3-540-g5c63c13

2014-04-10 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, master has been updated via 5c63c1319030222b1dbf49684ee303c5532f2a3b (commit) via

[Cmake-commits] CMake branch, master, updated. v3.0.0-rc3-529-g2a326fa

2014-04-10 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, master has been updated via 2a326fa65ff076b6eb201936b5ce31247b6a4c5a (commit) via

[Cmake-commits] CMake branch, next, updated. v3.0.0-rc3-2186-gec890b4

2014-04-10 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 ec890b4b4c6990ab2ed280f59bccfc0e840b1fab (commit) via

[Cmake-commits] CMake branch, next, updated. v3.0.0-rc3-2188-gdf404b7

2014-04-10 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 df404b7bb6c2d6f2b1ec9e64c42dfff2163aa1e6 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.0.0-rc3-2204-gf6c2754

2014-04-10 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 f6c27541fffd728e99a6685e30c8af5f09e7f9ca (commit) via

[Cmake-commits] CMake branch, next, updated. v3.0.0-rc3-2209-g2e2726b

2014-04-10 Thread Rolf Eike Beer
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 2e2726bbb89539fac7c24d3e2ab9b076a9fd9ab1 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.0.0-rc3-2211-g299ba25

2014-04-10 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 299ba25588fa40cd75d6eac2c5d56ee79bfd6dd7 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.0.0-rc3-2215-g5a64771

2014-04-10 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 5a64771f606cea50399d7207d4ee698c6a585f90 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.0.0-rc3-2217-g632bb1f

2014-04-10 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 632bb1fc8d525e623f8cced1c077545b7c7e0ed6 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.0.0-rc3-541-g6736b3e

2014-04-10 Thread Kitware Robot
20140410) +set(CMake_VERSION_PATCH 20140411) #set(CMake_VERSION_RC 1) --- Summary of changes: Source/CMakeVersion.cmake |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- CMake