Re: [CMake] Unexpected warnings with 3.2.0-rc2

2015-03-09 Thread Brad King
On 03/05/2015 12:55 PM, Pere Mato Vila wrote: CMake Warning (dev) at cmake/modules/RootConfiguration.cmake:485 (configure_file): configure_file called with unknown argument(s): NEWLINE_STYLE UNIX Fixed, thanks: configure_file: Do not warn about newline style arguments

Re: [CMake] [MASSMAIL] ExternalProject_Add + find_package

2015-03-09 Thread Luis Felipe Dominguez Vega
GG hello bro So who i tell you yesterday i was respond throw this mail, naaa is a joke gg, i was investigating but i dont found anything ---On Lunes, 9 de marzo de 2015 09:05:03 AM Alvaro Denis wrote: Hello,I am using cmake(I am

[Cmake-commits] CMake branch, master, updated. v3.2.0-377-g6f28bc6

2015-03-09 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 6f28bc6b511ff8052968c2a7d40a3dc5bcfcb2aa (commit) via

[Cmake-commits] CMake branch, master, updated. v3.2.0-374-g3f66bde

2015-03-09 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 3f66bde4f70566166437dc4d7c9beaeba1ee33ee (commit) via

[Cmake-commits] CMake branch, next, updated. v3.2.0-921-g9eb5112

2015-03-09 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 9eb5112f845b9634a40cbf541174a531f96e43da (commit) via

[Cmake-commits] CMake branch, next, updated. v3.2.0-909-gfa7fb61

2015-03-09 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 fa7fb614ecd53a88893e5d9c9ed6377531d101e9 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.2.0-923-ga4f71ff

2015-03-09 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 a4f71ff435624bbccb41f912a2d7470e3c35456d (commit) via

Re: [CMake] Xcode generator ignores shared library made of object libraries

2015-03-09 Thread Gregor Jasny
Hello Pere, On 09/03/15 12:59, Pere Mato Vila wrote: I am using cmake version 3.1.3 on MacOSX 10.10.2. I want to build a SHARED library made exclusively of OBJECT libraries. This works well with the Makefile generator but fails with the Xcode generator. To reproduce the problem is very

[Cmake-commits] CMake branch, master, updated. v3.2.0-379-ga6d488f

2015-03-09 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 a6d488f2ceb62b968c6f0a8971a3556195af80ca (commit) via

[Cmake-commits] CMake branch, next, updated. v3.2.0-913-g06a1320

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

[Cmake-commits] CMake branch, next, updated. v3.2.0-911-g248c2a8

2015-03-09 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 248c2a8d0bd7eb82ea9bb924fd3e930eb4113ef0 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.2.0-916-g2f7769a

2015-03-09 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 2f7769aa7c25b9d051c29fdd854ac010b1db740b (commit) via

[CMake] Xcode generator ignores shared library made of object libraries

2015-03-09 Thread Pere Mato Vila
Hi, I am using cmake version 3.1.3 on MacOSX 10.10.2. I want to build a SHARED library made exclusively of OBJECT libraries. This works well with the Makefile generator but fails with the Xcode generator. To reproduce the problem is very simple: cmake_minimum_required(VERSION 2.8.8

Re: [CMake] How do cmake install shared library?

2015-03-09 Thread J Decker
try install( PROGRAMS ) or SCRIPTS ... it loses permission on data files... On Mon, Mar 9, 2015 at 12:19 AM, kl222 kl...@126.com wrote: Hello all: I have some third-party dynamic libraries in the lib directory, how can I install it to the installation directory? *lib$ ls -la总用量

[Cmake-commits] CMake branch, master, updated. v3.2.0-371-g387466d

2015-03-09 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 387466dd9508ae57a864cdd8f2c8d8d28140b74c (commit) via

[CMake] ExternalProject_Add + find_package

2015-03-09 Thread Alvaro Denis
Hello, I am using cmake(I am a novice) for a big project, this contain multiple independent projects(no use add_subdirectory), so take an example: Project A depend of B, when I run cmake for A this check for B with find_package(), if this fail the user is notified and need install B, I think that

Re: [CMake] Avoid re-linking dependency of external shared lib in a new project.

2015-03-09 Thread Robert Maynard
If it is an external library you will need to look at creating import libraries and packaging targets ( http://www.cmake.org/cmake/help/v3.1/manual/cmake-packages.7.html#manual:cmake-packages(7) ). On Tue, Mar 3, 2015 at 8:10 PM, Pablo Hernández pablo.hernandez.cer...@outlook.com wrote: I

Re: [cmake-developers] [PATCH 2/2] Add test for generater expressions in test properties

2015-03-09 Thread Ben Boeckel
On Sat, Mar 07, 2015 at 22:20:26 +0100, Gregor Jasny wrote: Suprisingly new-style tests support generater expressions also within all test properties. Add a test for that. This patch isn't necessary. The docs mention that here: http://www.cmake.org/cmake/help/v3.0/command/add_test.html

Re: [cmake-developers] location tag substitution in external project BUILD_BYPRODUCTS

2015-03-09 Thread Brad King
On 03/06/2015 09:17 AM, Gaetan Lehmann wrote: replace the location tags like BINARY_DIR by their real path in BUILD_BYPRODUCTS Applied with minor updates, thanks: ExternalProject: Replace placeholder tokens in BYPRODUCTS http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=86032ae0 -Brad --

[CMake] CMake is re-running due to generate.stamp.list is missing still in CMake 3.2.0, gernerated projects for VS2010+ifort xe2013

2015-03-09 Thread Fenjuan Hu
Hi all I used CMake 3.2.0 to generated CMake files for VS2010 and ifor13.1 version for my project- Everything was working, until everytime I tried to re-build all the projoctes, I saw the message: CMake is re-running due to generate.stamp.list is missing, and then after re-build, I got piles

[CMake] control dependencies in cmake stage

2015-03-09 Thread Tomasz Majchrowski
Hi, I'm wondering if there is an easy way to control the dependencies in the cmake stage. Basically I would like skip execution of some script run over execute_process in case some input files didn't change. The regular way will be to use add_custom_command add_custom_target however those

[Cmake-commits] CMake branch, next, updated. v3.2.0-927-g60fd5e0

2015-03-09 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 60fd5e0a216879aca4f18e840a73e26ad95239d0 (commit) via

Re: [cmake-developers] location tag substitution in external project BUILD_BYPRODUCTS

2015-03-09 Thread Gaetan Lehmann
Thanks! 2015-03-09 15:08 GMT+01:00 Brad King brad.k...@kitware.com: On 03/06/2015 09:17 AM, Gaetan Lehmann wrote: replace the location tags like BINARY_DIR by their real path in BUILD_BYPRODUCTS Applied with minor updates, thanks: ExternalProject: Replace placeholder tokens in

Re: [cmake-developers] [PATCH 2/2] Add test for generater expressions in test properties

2015-03-09 Thread Brad King
On 03/07/2015 04:26 PM, Gregor Jasny wrote: On 07/03/15 22:20, Gregor Jasny wrote: Surprisingly new-style tests support generator expressions also within all test properties. Add a test for that. As Ben pointed out there is already a test for it:

[CMake] Custom debug messages

2015-03-09 Thread Scott Aron Bloom
I have some functions, that when Im working on, I need to debug, but the other developers don't need to see the debug messages. I wind up commenting them out, but I would prefer to put them out as debug level messages, ie when -debug-output is set. Is this possible? Scott -- Powered by

[CMake] CPack: creating an zip archive within a parent archive

2015-03-09 Thread Brian Wallace
Hi Folks, I have an exiting CMake project which currently builds a TGZ artifact. I would like to use CPack to create a zip file containing some of the files currently installed and then include that zip file within the parent TGZ archive. What is the best way to approach this problem of using

[CMake] _stl_next_prime can return garbage leading to std::length_error for vector: debug build that do not inline

2015-03-09 Thread Mark Millard
This is a suggested source code change (add a static) for an observed crash for sometypes of debug builds of cmake's ctest. Debug builds of ctest that do not inline _stl_next_prime (which hastable.hxx does not declare as static) can have crash for Position Independent Code (PIC) using Table Of

[Cmake-commits] CMake branch, next, updated. v3.2.0-936-g95105b9

2015-03-09 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 95105b9e140a74048d0bcd015e92c8ddc6593a61 (commit) via

[cmake-developers] [PATCH] UseSWIG.cmake CMP0054 fix

2015-03-09 Thread Tuukka Pasanen
Hello, As CMP0054 changes the way IF() works this patch fixes it in UseSWIG.cmake. PERL seems to be reserved word so work around this every language get x fore them. so you compare xPERL not bare word PERL. This should fix CMP0054 requirements. Sincerely, Tuukka From

Re: [cmake-developers] [CMake] Wrong behavior with 3.2.0-rc2

2015-03-09 Thread Brad King
On 03/09/2015 02:50 PM, Roman Wüger wrote: if CMake 3.2.0 will not be released, when is the expected release date for CMake 3.2.1? Technically 3.2.0 has been released (there is a signed tag in the source tree for it, created after a drought in feedback on 3.2.0-rc2). We just never published

Re: [CMake] Wrong behavior with 3.2.0-rc2

2015-03-09 Thread Roman Wüger
Hello Brad, if CMake 3.2.0 will not be released, when is the expected release date for CMake 3.2.1? Regards Roman Am 06.03.2015 um 21:38 schrieb Brad King brad.k...@kitware.com: On 03/06/2015 06:57 AM, Nils Gladitz wrote: On 03/06/2015 10:22 AM, Pere Mato Vila wrote: [100%] [100%]

Re: [cmake-developers] [CMake] Wrong behavior with 3.2.0-rc2

2015-03-09 Thread Roman Wüger
Hello Brad, if CMake 3.2.0 will not be released, when is the expected release date for CMake 3.2.1? Regards Roman Am 06.03.2015 um 21:38 schrieb Brad King brad.k...@kitware.com: On 03/06/2015 06:57 AM, Nils Gladitz wrote: On 03/06/2015 10:22 AM, Pere Mato Vila wrote: [100%] [100%]

Re: [CMake] Wrong behavior with 3.2.0-rc2

2015-03-09 Thread Brad King
On 03/09/2015 02:50 PM, Roman Wüger wrote: if CMake 3.2.0 will not be released, when is the expected release date for CMake 3.2.1? Technically 3.2.0 has been released (there is a signed tag in the source tree for it, created after a drought in feedback on 3.2.0-rc2). We just never published

[Cmake-commits] CMake branch, next, updated. v3.2.0-934-g9aec617

2015-03-09 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 9aec617f083d5b27041ba36d727763c5ae6efe37 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.2.0-932-gbd86df6

2015-03-09 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 bd86df676c8b19c0f5a4e5d87c0074caf3ebcbe3 (commit) via

Re: [cmake-developers] [PATCH] UseSWIG.cmake CMP0054 fix

2015-03-09 Thread Brad King
On 03/09/2015 02:45 AM, Tuukka Pasanen wrote: As CMP0054 changes the way IF() works this patch fixes it in UseSWIG.cmake. Actually CMP0054 fixes behavior that caused subtle logic breakage, and the associated warning catches cases with potential breakage. This is one such case. Fixed: UseSWIG:

Re: [cmake-developers] Extracting target metadata, IDE integration

2015-03-09 Thread Stephen Kelly
Aleix Pol wrote: I just pushed my change into a github clone for easier testing and reviewing. https://github.com/aleixpol/CMake Hi Aleix, Thanks for your efforts. Here are some things that are required before a feature like this can be committed to the cmake repo: * Discuss the feature

Re: [cmake-developers] FW: FW: Initial Attempt at Green Hill MULTI IDE Generator Support

2015-03-09 Thread Geoffrey Viola
Sorry for the delay. I have the experimental tests compiling again. Now, that I had a chance to dig into it, I have some questions. so I think this is the right place for such code. However, the hunk above needs some work. First, the changes to Modules/CMakeCompilerIdDetection.cmake

[Cmake-commits] CMake branch, master, updated. v3.2.0-380-ga5505c4

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

[cmake-developers] [CMake 0015438]: project([...] C) for Objective-C

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

Re: [CMake] Multi-platform visual studio projects

2015-03-09 Thread Gilles Khouzam
For those interested, we have a fork with the ability to support MultiPlatform projects in Visual Studio for Windows Phone and Windows Store apps. It is not a big change to remove that restriction and have it for desktop apps, please tell me if there is interest. For those interested the fork

[CMake] How do cmake install shared library?

2015-03-09 Thread kl222
Hello all: I have somethird-partydynamic librariesin the lib directory,how can Iinstall it tothe installation directory? lib$ ls -la 总用量 1768 drwxrwxr-x 3 l l4096 3月 9 13:23 . drwxrwxr-x 4 l l4096 3月 9 13:23 .. lrwxrwxrwx 1 l l 17 3月 9 13:23 libqxmpp.so - libqxmpp.so.0.8.3