[cmake-developers] Volunteering to maintaining FindJNI and FindJava

2014-02-19 Thread Graham Markall
Hi, I noticed that FindJNI and FindJava have recently become unmaintained: http://www.cmake.org/Wiki/CMake:Module_Maintainers#List I care about these modules a lot, as we use CMake for building our Java native libraries and the interfacing Java code across Linux, Windows, and Mac OS X at

Re: [cmake-developers] Volunteering to maintaining FindJNI and FindJava

2014-02-19 Thread Brad King
On 02/19/2014 10:27 AM, Graham Markall wrote: I would like to volunteer to maintain FindJava and FindJNI would this be acceptable? Yes, thanks. I've been doing some work on the modules myself but would appreciate help and expertise from someone that actually uses them in practice. Some issues

[cmake-developers] CMake 3.0.0-rc1 release branch created, next restarted

2014-02-19 Thread Brad King
Hi Folks, I updated the 'release' branch to prepare 3.0.0-rc1, merged it to 'master', added the post-3.0.0 development version update, and re-started 'next' from there. I rebased active topics on the stage onto the post-3.0.0 master and merged them to the new 'next'. This approach represents a

Re: [cmake-developers] push of LinkOptionsCommand topic branch

2014-02-19 Thread Brad King
Hi Steve(s), On 02/12/2014 12:06 PM, Stephen Kelly wrote: Steve Wilson wrote: I saved a copy of the branch in another of the repository. The commit numbers didn’t change and as far as I can tell they are still in the same order that I had them in when I initially pushed the branch.

Re: [cmake-developers] push of LinkOptionsCommand topic branch

2014-02-19 Thread Stephen Kelly
Brad King wrote: What is the status of this topic currently? It adds a great feature! I've been waiting for master to re-open for features before working on it. Here are some open issues: 1) INTERFACE_LINK_OPTIONS presents a new issue that was not present before with the LINK_FLAGS. If I

Re: [cmake-developers] push of LinkOptionsCommand topic branch

2014-02-19 Thread Brad King
On 02/19/2014 11:00 AM, Stephen Kelly wrote: I've been waiting for master to re-open for features before working on it. It is now open for post-3.0 development :) 1) INTERFACE_LINK_OPTIONS presents a new issue that was not present before with the LINK_FLAGS. If I understand correctly, if I

Re: [cmake-developers] push of LinkOptionsCommand topic branch

2014-02-19 Thread Stephen Kelly
Brad King wrote: On 02/19/2014 11:00 AM, Stephen Kelly wrote: I've been waiting for master to re-open for features before working on it. It is now open for post-3.0 development :) Yep, great. Much better than waiting for weeks during RC phase. :) Consider splitting the use-cases and

Re: [cmake-developers] Volunteering to maintaining FindJNI and FindJava

2014-02-19 Thread Graham Markall
On Wed, Feb 19, 2014 at 3:34 PM, Brad King brad.k...@kitware.com wrote: Some issues have been raised here: http://thread.gmane.org/gmane.comp.programming.tools.cmake.devel/9226 that I've not had time to address, for example. Please follow the instructions here:

Re: [cmake-developers] New EVIS parser moving forward (3.1)

2014-02-19 Thread Stephen Kelly
Stephen Kelly wrote: Brad informed me that Stephen Kelly is already working on two other policies and CMP0050 is the latest on master, so I'll take CMP0053 for the new EVIS parser behavior. Thanks, ok with me. By the way, I have only started working on policy CMP0051, not CMP0052, so if

Re: [cmake-developers] push of LinkOptionsCommand topic branch

2014-02-19 Thread Steve Wilson
I’m happy to keep working on the topic as well. I just have to let it bubble back up to the top of my queue. SteveW On Feb 19, 2014, at 9:27 AM, Stephen Kelly steve...@gmail.com wrote: Brad King wrote: On 02/19/2014 11:00 AM, Stephen Kelly wrote: I've been waiting for master to re-open

Re: [cmake-developers] [New Module] FindOpenCL, FindHg

2014-02-19 Thread Matthäus G. Chajdas
Hi, I'm following that guide -- I have a Mantis CDash account, and I'm at step 4 which is wait for acceptance. Most projects I know have some policy like ping the maintainer after two weeks or ask the code owner or similar if a patch is in limbo. I have no problem waiting longer, but it would be

[cmake-developers] [CMake 0014765]: file(RELATIVE_PATH) does not handle /../ and /./ properly

2014-02-19 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=14765 == Reported By:Alexander Richardson Assigned To:

Re: [cmake-developers] Volunteering to maintaining FindJNI and FindJava

2014-02-19 Thread Larry Shaffer
Hi Graham, On Wed, Feb 19, 2014 at 9:32 AM, Graham Markall gra...@opengamma.comwrote: On Wed, Feb 19, 2014 at 3:34 PM, Brad King brad.k...@kitware.com wrote: Some issues have been raised here: http://thread.gmane.org/gmane.comp.programming.tools.cmake.devel/9226 that I've not had time to

Re: [cmake-developers] [New Module] FindOpenCL, FindHg

2014-02-19 Thread Brad King
On 02/19/2014 02:40 PM, Matthäus G. Chajdas wrote: I'm following that guide -- I have a Mantis CDash account, and I'm at step 4 which is wait for acceptance The fact that I've asked you to do this *is* the acceptance, as in acceptance of your offer to add and maintain these modules. Thanks,

Re: [CMake] Check header file woos

2014-02-19 Thread Jakub Zakrzewski
Is there any reason, why including just this header is not enough? Maybe some required definitions missing? CMake checks includes by compiling a simple program that does nothing. If compilation fails, the header is assumed not to exist. Those CMake flags can be helpful in diagnosing the issue:

Re: [CMake] include_directories(...) versus set_directory_properties(PROPERTIES INCLUDE_DIRECTORIES ...)

2014-02-19 Thread David Cole
That's just the quick brain dump version. If necessary, I can actually look at old commits, or the current code to try to refresh my memory. I think that's needed. Can you do that research into the commits and discussion? Please see the results of my research (aka, old commits detective

Re: [CMake] Why does CMake set CMAKE_OSX_SYSROOT using the Xcode generator?

2014-02-19 Thread Brad King
On 02/18/2014 03:02 AM, Kyle Sluder wrote: But I'm being stymied by CMake, which is insisting on setting CMAKE_OSX_SYSROOT to my current platform's SDK despite the fact that I'm using the Xcode generator. It's designed for builds where everything is for a single OS X platform. One would need

Re: [CMake] Help debug crazy Windows MSVC issue

2014-02-19 Thread Paul Smith
On Mon, 2014-02-17 at 08:34 -0500, Paul Smith wrote: On Mon, 2014-02-17 at 10:20 +0100, Hendrk Sattler wrote: Visual Studio 10 totally relies on the custom build tool to protect itself when run in parallel. It will run the generator as many times as the bar.cpp is mentioned in different

[CMake] Critical Xcode problem with OBJECT libraries

2014-02-19 Thread Paul Smith
Hi all. I'm using CMake 2.8.12.1 on Linux, MacOSX, and Windows. On my system I need to build libraries in a large number of subdirectories and link them (statically) with various executables (different executables use different libraries). Then I also need to take the content of all those

[CMake] Build cmake child project from cmake parent project

2014-02-19 Thread Aaron Boxer
I have cmake two projects, with project 2 added as a git submodule in project 1. I would like to build project 2 from project 1. How can I do this? I tried add_subdirectory, but this is just for adding source directories. I want to use the project 2 cmake files to build it. Thanks! -- Powered

Re: [CMake] Build cmake child project from cmake parent project

2014-02-19 Thread Magnus Therning
On Wed, Feb 19, 2014 at 06:24:44PM -0500, Aaron Boxer wrote: I have cmake two projects, with project 2 added as a git submodule in project 1. I would like to build project 2 from project 1. How can I do this? I tried add_subdirectory, but this is just for adding source directories. I want

[Cmake-commits] CMake branch, master, updated. v2.8.12.2-1466-g9304d09

2014-02-19 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 9304d09613195e2c52208bd1cc6303f0c53a4ce8 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.12.2-1470-g6a1a644

2014-02-19 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 6a1a6449406f98bfc3fd5002bc84e4dfd401c704 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.12.2-1461-ge7d3287

2014-02-19 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 e7d328759001f555dc5130c1d9c9f2cd7f411455 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.12.2-1464-g5a607c4

2014-02-19 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 5a607c4a6f434741cd3308db0479b131746d815d (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.12.2-1468-g59df48a

2014-02-19 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 59df48a2722b9847a3bf1855c6c6ff838366 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.12.2-1479-g28dcccf

2014-02-19 Thread Brad King
) -set(CMake_VERSION_RC 1) +set(CMake_VERSION_PATCH 20140219) +#set(CMake_VERSION_RC 1) http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=38082dea2b9c68a934cb59b9e2f02d8b6a35de38 commit 38082dea2b9c68a934cb59b9e2f02d8b6a35de38 Merge: a7c956b 7cbab17 Author: Brad King brad.k...@kitware.com

[Cmake-commits] CMake branch, next, updated. v2.8.12.2-1491-g64c4708

2014-02-19 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 64c4708d66d8b0588b8031f1e98697490165dd8a (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.12.2-1493-g52c0892

2014-02-19 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 52c0892f9d73fef74da1fc321952001df25e2349 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.12.2-1480-g44e7843

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