[CMake] When is escaping of space characters in parameters really needed?

2015-05-12 Thread SF Markus Elfring
Hello, I would like to construct a custom command for the tool Latexmk. http://www.cmake.org/cmake/help/v3.2/command/add_custom_command.html The corresponding Perl script can handle a parameter like pdflatex. If I omit the parameter VERBATIM, the current CMake software will add backslashes

Re: [cmake-developers] cmake --help-policy CMP0057 MAIN_DEPENDENCY

2015-05-12 Thread Nils Gladitz
On 05/12/2015 07:23 AM, James Bigler wrote: OK, thanks. I still think that if there is a difference in behavior for Makefile generators between MAIN_DEPENDENCY and DEPENDENCY there is a bug in CMake. Perhaps there needs to be bug filed for that. Here's the documentation: In makefile terms

[Cmake-commits] CMake branch, next, updated. v3.2.2-2697-g4283712

2015-05-12 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 4283712685e5e31ff05db587ea7cfcfdc203f447 (commit) via

[cmake-developers] [CMake 0015565]: Add support for openjdk 8

2015-05-12 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=15565 == Reported By:Felix Geyer Assigned To:

Re: [CMake] (no subject)

2015-05-12 Thread Martin Weber
Am Dienstag, 12. Mai 2015, 20:32:48 schrieb Uma Devi: dear cmake user i am not able to updaate the cmake in one of my linux system. how can i update the cmake in centos Maybe because CentOS is still at cmake v 2.6? Martin -- Cd wrttn wtht vwls s mch trsr. -- Powered by www.kitware.com

[cmake-developers] Proper way to find 64-bit version of a library (or specifically OSG)

2015-05-12 Thread Mattias Helsing
Hi all, I'm wondering what the proper way is to go about finding 64-bit versions of a library. My situation is that I have built OpenSceneGraph 64-bit and installed it. The libraries end up in /usr/whatever/lib64. But to be able to find the libraries I needed to modify

Re: [CMake] (no subject)

2015-05-12 Thread J. Caleb Wherry
Uma, There are a few ways to do this. As Martin said, CentOS has an ancient version of CMake that ships with it and you can't update it with yum. So, you have 3 options: 1. Use the version shipped with CentOS and deal with it being old. 2. Download the latest binary release script/tarball:

[Cmake-commits] CMake branch, next, updated. v3.2.2-2699-g13e8682

2015-05-12 Thread Bill Hoffman
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 13e86829073482237617637c644b073a6f3300c5 (commit) via

[CMake] How to add swig output file to SRC file list

2015-05-12 Thread Subodh Nijsure
Hello, I have following cmake file, I am using cmake 3.2 SET_SOURCE_FILES_PROPERTIES(${MYSRC}/myapi.i PROPERTIES CPLUSPLUS ON) SET_SOURCE_FILES_PROPERTIES(${MYSRC}/myapi.i PROPERTIES SWIG_FLAGS -ignoremissing) SWIG_ADD_MODULE(myapi_swig python ${MYSRC}/myapi.i} set(MYLIBSRC_FILES

[CMake] EXCLUDE_FROM_DEFAULT_BUILD: a solution that works for both interactive and unattended builds

2015-05-12 Thread Alessio
Hi All (similar questions have been asked before, but none has quite hit the mark) Is there any way to force MSVC to build custom targets marked with EXCLUDE_FROM_DEFAULT_BUILD? Using cmake --build . --target SOME_EXCLUDED_TARGET --config Release will produce the well known message

[cmake-developers] [CMake 0015563]: ABI failures are not treated as a fatal error

2015-05-12 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=15563 == Reported By:Alex Lamaison Assigned To:

[Cmake-commits] CMake branch, next, updated. v3.2.2-2667-gaf88f06

2015-05-12 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 af88f0632a1efcc421562859580e3589cd36011c (commit) via

[Cmake-commits] CMake branch, next, updated. v3.2.2-2671-gbf646a1

2015-05-12 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 bf646a167e3ce90f869494ba74413deaaa457026 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.2.2-2675-g9cdd1cc

2015-05-12 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 9cdd1cc2bbf8bec3062b52eaf86cc52ff5f7ad2a (commit) via

Re: [cmake-developers] find_package config mode search path rule #5 error prone

2015-05-12 Thread Brad King
On 05/07/2015 08:40 AM, Ruslan Baratov via cmake-developers wrote: On 07-May-15 00:00, Tamás Kenéz wrote: There are great and proper ways to use the products of a project in a dependent project. Opening the project in cmake-gui to expose the byproduct of a config-module

Re: [cmake-developers] [CPackIFW] Adding QtIFW 2.0 Support (Technical Preview)

2015-05-12 Thread Konstantin Podsvirov
Online repository updated! Meet CMake 3.2.20150512 :-) Online installers for Linux and Windows are available at the links below. Dear developers, I have just one question: anyone uses CPackIFW or QtIFW? 29.04.2015, 16:57, Konstantin Podsvirov konstan...@podsvirov.pro: Hello dear developers!

[Cmake-commits] CMake branch, next, updated. v3.2.2-2669-gcf743f5

2015-05-12 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 cf743f5f8b1aa3403410ffe0d9fe16e75fc18014 (commit) via

Re: [cmake-developers] [PATCH v3] FindHDF5.cmake HDF5_VERSION Support

2015-05-12 Thread Brad King
On 05/12/2015 09:58 AM, Brad King wrote: Thanks. Applied with minor tweaks to the commit message plus a test suite update: FindHDF5: Add version support http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c1150734 I revised the copyright block to fix the ModuleNotices test: FindHDF5:

[Cmake-commits] CMake branch, master, updated. v3.2.2-1117-ga6a9710

2015-05-12 Thread Kitware Robot
20150512) +set(CMake_VERSION_PATCH 20150513) #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, master, updated. v3.2.2-1102-g733ca51

2015-05-12 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 733ca510a636aeadd84df761bb3844c473f71ab0 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.2.2-1098-gcca3bbd

2015-05-12 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 cca3bbde98de7954ebd3bca1966c92d931fe0dab (commit) via

[Cmake-commits] CMake branch, master, updated. v3.2.2-1100-g55fe564

2015-05-12 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 55fe56444f134e676a0b9a54d72dbdb85b573a49 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.2.2-1095-g0f2658f

2015-05-12 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 0f2658f62d949137c9b0b9081d1a93e5f39d2bb2 (commit) via

Re: [CMake] EXCLUDE_FROM_DEFAULT_BUILD: a solution that works for both interactive and unattended builds

2015-05-12 Thread Nagy-Egri MC!tC) Ferenc via CMake
I am also interested in this. Not because I couldn’t do 2 seperate build directories for CLI and IDE building, but because VS projects are still the best shot at getting parallel builds on Windows. NMake batch support is not implemented, and Ninja has never built any of my projects without

[Cmake-commits] CMake branch, next, updated. v3.2.2-2693-gaa546d6

2015-05-12 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 aa546d6efa4af4d61fd216f2cb5acc6e0ab6ea95 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.2.2-1104-g16d8411

2015-05-12 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 16d84111da20da59a2eadb673e1bb74eb3a73706 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.2.2-2689-g5ccac64

2015-05-12 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 5ccac647e88eb5dabd10dd3a2bed3a3a5fd5b21e (commit) via

Re: [cmake-developers] [PATCH v3] FindHDF5.cmake HDF5_VERSION Support

2015-05-12 Thread Brad King
On 05/11/2015 09:22 AM, Huebl, Axel wrote: This commit adds VERSION support for HDF5 from the same sources as it adds the HDF5_IS_PARALLEL flag. Thanks. Applied with minor tweaks to the commit message plus a test suite update: FindHDF5: Add version support

[Cmake-commits] CMake branch, next, updated. v3.2.2-2691-g4951e2a

2015-05-12 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 4951e2a3a8edc6af8080bf31978acef9f06e0e4a (commit) via

[Cmake-commits] CMake branch, master, updated. v3.2.2-1112-g70d48e1

2015-05-12 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 70d48e1287c8e91c4815573485c8acba0879df89 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.2.2-1116-g53bb51f

2015-05-12 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 53bb51fc31ddfbc7c62598db1abdef3a1cdd45e7 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.2.2-1109-ga5bab6e

2015-05-12 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 a5bab6e1a4e55637dbde3f1a526b87e06c715283 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.2.2-1107-gffd5d09

2015-05-12 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 ffd5d0922576ff1acd72c1498a6b59ce94194be7 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.2.2-2695-g1b28de9

2015-05-12 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 1b28de9174cb01ffc2fea5097208a2210934adde (commit) via

[cmake-developers] [CMake 0015564]: MIPS is a CPU (fix mipsel support)

2015-05-12 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=15564 == Reported By:Mathieu Malaterre Assigned To:

[CMake] (no subject)

2015-05-12 Thread Uma Devi
dear cmake user i am not able to updaate the cmake in one of my linux system. how can i update the cmake in centos -- 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

Re: [CMake] install/strip target doesn't exist?

2015-05-12 Thread J Decker
I'm actually glad it doesn't auto strip though... in this case I'm appending signature data to the exe and it would be bad if that was stripped; and strip does do a good job of removing that also. I am curious why I can't specify the target on the command line... like why there's an automatic