Re: [cmake-developers] Developer tasks - Refactoring

2016-06-06 Thread Stephen Kelly
On 06/06/2016 11:14 PM, Daniel Pfeifer wrote: > Here is what I found. > > * SetLinkScriptShell is called from two places: > cmMakefileExecutableTargetGenerator::WriteExecutableRule and > cmMakefileLibraryTargetGenerator::WriteLibraryRules. > * We can instantiate a cmOutputConverter in those places

[Cmake-commits] CMake branch, master, updated. v3.6.0-rc1-38-g14de21d

2016-06-06 Thread Kitware Robot
_VERSION_MINOR 6) -set(CMake_VERSION_PATCH 20160606) +set(CMake_VERSION_PATCH 20160607) #set(CMake_VERSION_RC 1) --- Summary of changes: Source/CMakeVersion.cmake |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/

[Cmake-commits] CMake branch, next, updated. v3.6.0-rc1-86-gad2630e

2016-06-06 Thread Daniel Pfeifer
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 ad2630e2526f5761385bc1164b6919d2556a3be6 (commit) via

Re: [cmake-developers] Developer tasks - Refactoring

2016-06-06 Thread Daniel Pfeifer
On Sun, Jun 5, 2016 at 2:15 PM, Stephen Kelly wrote: > On 05/19/2016 11:27 PM, Daniel Pfeifer wrote: >> On Wed, Feb 10, 2016 at 12:12 AM, Stephen Kelly wrote: >>> 1) Make cmLocalGenerator not inherit cmOutputConverter >>> * Change enums like

Re: [CMake] Make install permissions advice for ubuntu 14.04 with cmake 2.8

2016-06-06 Thread B00083603 Michael O Brien
Hi Roger, While that got me further down the line, the script failed with Built target opencv_java /bin/sh: 1: cannot create /home/michael.obrien/setups/OpenCV/opencv-2.4.13/build/modules/java/test/.build/ant-RELEASE.properties: Permission denied make[2]: ***

[CMake] Patch for working with the NAG Fortran compiler

2016-06-06 Thread Arjen Markus
Hello, I have been using the NAG Fortran compiler under Windows for the PLplot project (http://plplot.sf.net) and I found that I needed a small patch to have shared libraries (DLLs) built with it. I added a file "Windows-NAG-Fortran.cmake" to the Modules/Platform directory (CMake 3.4.3) that

Re: [CMake] Make install permissions advice for ubuntu 14.04 with cmake 2.8

2016-06-06 Thread Roger Leigh
On 06/06/2016 16:30, B00083603 Michael O Brien wrote: > Is there a way to set things up so that I can streamline the install across all the vm's and ensure permissions are set correctly on each vm? drwx-- 25 myaccount Domain Users 3072 Jun 5 14:47 /home/myaccount/ A simple "chmod 0755

Re: [CMake] Make install permissions advice for ubuntu 14.04 with cmake 2.8

2016-06-06 Thread B00083603 Michael O Brien
Hi Roger, Apologies I sent the last msg too early drwxr-xr-x 23 root root 4096 Jun 1 17:28 / drwxr-xr-x 208 root root 12288 May 26 19:39 /home drwx-- 25 michael.obrien Domain Users 3072 Jun 5 14:47 /home/michael.obrien/ drwxr-xr-x 4 michael.obrien Domain Users 1024 Jun 6 17:03

Re: [cmake-developers] CMake daemon-mode

2016-06-06 Thread Brad King
On 06/06/2016 11:39 AM, Tobias Hunger wrote: > This is why I started working on making Stephen's code merge-able and more > robust. I will also volunteer to help maintain this code going forward. Great, thanks! Hopefully I will have time to look at this in more detail soon. For now here are a

Re: [CMake] Make install permissions advice for ubuntu 14.04 with cmake 2.8

2016-06-06 Thread B00083603 Michael O Brien
drwxr-xr-x 23 root root 4096 Jun 1 17:28 / drwxr-xr-x 208 root root 12288 May 26 19:39 /home drwx-- 25 myaccount Domain Users 3072 Jun 5 14:47 /home/myaccount/ drwxr-xr-x 4 myaccount Domain Users 1024 Jun 6 17:03 /home/myaccount/setups/ drwxr-xr-x 3 michael.obrien Domain Users 1024 Jun 6

Re: [CMake] Make install permissions advice for ubuntu 14.04 with cmake 2.8

2016-06-06 Thread B00083603 Michael O Brien
Hi Roger, When I run sudo -s I get bash: /home/myaccount/ : Permission denied but I get a root prompt on the terminal. I get a permission denied when I try to cd into anything deeper than /home/myaccount/ Yes the /home/ is an NFS mount as its common across all the vm's I'm assigned to but

Re: [CMake] Make install permissions advice for ubuntu 14.04 with cmake 2.8

2016-06-06 Thread rleigh
On 2016-06-06 16:39, B00083603 Michael O Brien wrote: Hi Roger, When I run sudo -s I get bash: /home/myaccount/ : Permission denied but I get a root prompt on the terminal. I get a permission denied when I try to cd into anything deeper than /home/myaccount/ Yes the /home/ is an NFS mount as

[cmake-developers] CMake daemon-mode

2016-06-06 Thread Tobias Hunger
Hi everybody, I want the cmake daemon mode Stephen Kelly proposed a while back. In my opinion this could become a game changer. Unfortunately Stephen told me that he did not have the resources to push this forward at this time. This is why I started working on making Stephen's code merge-able

Re: [cmake-developers] FindVulkan.cmake

2016-06-06 Thread Matthäus G . Chajdas
Thanks a lot! I've pushed a squashed commit which does everything in one go, and merged it into next. Cheers, Matthäus Am 06.06.2016 um 17:22 schrieb Brad King: > On 06/06/2016 11:09 AM, Matthäus G. Chajdas wrote: >> thanks a lot. Is this make test or is there something special needed to >>

[Cmake-commits] CMake branch, next, updated. v3.6.0-rc1-83-gd05f196

2016-06-06 Thread Matthaus G . Chajdas
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 d05f19671b8a98ec6c258efc1de1ef4786403b3c (commit) via

Re: [cmake-developers] FindVulkan.cmake

2016-06-06 Thread Brad King
On 06/06/2016 11:09 AM, Matthäus G. Chajdas wrote: > thanks a lot. Is this make test or is there something special needed to > get the ModuleNotices? make test is super-slow, I wonder if there's a > faster way to get to the relevant test. Just run: ctest -R ModuleNotices To run the whole

[Cmake-commits] CMake branch, next, updated. v3.6.0-rc1-81-g8a1e2f6

2016-06-06 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 8a1e2f6dbf35f45b4ac38e4fc5817340337eb528 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.6.0-rc1-37-gd546456

2016-06-06 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 d546456765072e6d4e6307eb6431de23f7bfe418 (commit) via

Re: [cmake-developers] FindVulkan.cmake

2016-06-06 Thread Matthäus G . Chajdas
Hi Brad, thanks a lot. Is this make test or is there something special needed to get the ModuleNotices? make test is super-slow, I wonder if there's a faster way to get to the relevant test. Cheers, Matthäus Am 06.06.2016 um 15:36 schrieb Brad King: > On 06/04/2016 02:54 PM, Matthäus G.

Re: [cmake-developers] Bug in CMake: Generated Ninja files do not work on Windows

2016-06-06 Thread Brad King
On 06/06/2016 10:11 AM, "Michael Jäntsch" wrote: > I would like to report a bug which I found in CMake 3.6.0-rc1. However, > it is also present in release 3.5.2 and probably earlier releases as well. > > Description: > The generated rule in rules.ninja for linking static libraries contains > the

[cmake-developers] Bug in CMake 3.6.0-rc1: Generated Ninja files do not work on Windows

2016-06-06 Thread Michael Jäntsch
Hi all,   I would like to report a bug which I found in CMake 3.6.0-rc1. However, it is also present in release 3.5.2 and probably earlier releases as well.   Description: The generated rule in rules.ninja for linking static libraries contains the command for actual linking and an additional

Re: [cmake-developers] Productbuild CPack generator

2016-06-06 Thread clinton
On Jun 6, 2016 7:28 AM, Brad King wrote: > > On 06/02/2016 12:03 PM, clin...@elemtech.com wrote: > > I have submitted a productbuild generator this morning. > > Clinton, I see you followed up with some fixups to the topic and have > now squashed it down.  I've extended

Re: [cmake-developers] FindVulkan.cmake

2016-06-06 Thread Brad King
On 06/04/2016 02:54 PM, Matthäus G. Chajdas wrote: > I've pushed an add-FindVulkan topic branch which adds a module to search > for the Vulkan graphics API (https://www.khronos.org/vulkan/). > > I'm also happy to maintain this going forward. Thanks. Please run the CMake test suite and fix the

Re: [cmake-developers] Productbuild CPack generator

2016-06-06 Thread Brad King
On 06/05/2016 04:20 PM, Roman Wüger wrote: > Is it in CMake 3.6.x? No, this is brand new post-3.6 development. -Brad -- 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

Re: [cmake-developers] Productbuild CPack generator

2016-06-06 Thread Brad King
On 06/02/2016 12:03 PM, clin...@elemtech.com wrote: > I have submitted a productbuild generator this morning. Clinton, I see you followed up with some fixups to the topic and have now squashed it down. I've extended the revised topic with release notes: Help: Add notes for 'productbuild' topic

[Cmake-commits] CMake branch, next, updated. v3.6.0-rc1-79-ga201a80

2016-06-06 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 a201a80e5f4fc5a0869a72c752ae0a4f82805dc5 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.6.0-rc1-77-g637a971

2016-06-06 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 637a971ccb4a59962fa93ef8eda15d5c156a9068 (commit) via

[Cmake-commits] CMake branch, master, updated. v3.6.0-rc1-33-gc3b268e

2016-06-06 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 c3b268e40d48e25e380ebf2d38edee9a5b604e0c (commit) via

[Cmake-commits] CMake branch, master, updated. v3.6.0-rc1-30-gab7d649

2016-06-06 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 ab7d649faee0b3c945f5ab59aecd6cc0fbf49016 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.6.0-rc1-71-ge3da4f1

2016-06-06 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 e3da4f1c6489432a7c16f0de1dacb0d62f800900 (commit) via

[Cmake-commits] CMake branch, next, updated. v3.6.0-rc1-68-g9c51962

2016-06-06 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 9c5196216d44b63f6cad64a3088c68cdd133b5a8 (commit) via

Re: [CMake] Problem building CMake with system OPENSSL

2016-06-06 Thread Lowekamp, Bradley (NIH/NLM/LHC) [C]
Hi, Just to clarify this is a problem building CMake itself not a project with CMake. Brad > On Jun 5, 2016, at 1:49 PM, Kristian wrote: > > Maybe you should add something like > >> include_directories(${OPENSSL_INCLUDE_DIR}) > > to your CMakeLists.txt ? > >

Re: [CMake] FindFreetype.cmake doesn't find debug library freetyped.lib

2016-06-06 Thread Stuart Mentzer
On 6/6/2016 8:22 AM, Rolf Eike Beer wrote: -drop the FREETYPE_NAMES_* variables, just put the names in the find_library calls Done. -please keep the old name for the release variable for backward compatibility. That means that you have to set/unset FREETYPE_LIBRARY_RELEASE around the call

[cmake-developers] [CMake 0016136]: cmake --build can not build several targets

2016-06-06 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://public.kitware.com/Bug/view.php?id=16136 == Reported By:Tobias Hunger Assigned To:

Re: [CMake] FindFreetype.cmake doesn't find debug library freetyped.lib

2016-06-06 Thread Rolf Eike Beer
-drop the FREETYPE_NAMES_* variables, just put the names in the find_library calls Done. -please keep the old name for the release variable for backward compatibility. That means that you have to set/unset FREETYPE_LIBRARY_RELEASE around the call to SelectLibraryConfigurations Not completely

Re: [CMake] FindFreetype.cmake doesn't find debug library freetyped.lib

2016-06-06 Thread Stuart Mentzer
On 6/6/2016 6:02 AM, Rolf Eike Beer wrote: Stuart Mentzer wrote: On 6/6/2016 4:21 AM, Rolf Eike Beer wrote: You wrote: On 6/5/2016 4:26 AM, Rolf Eike Beer wrote: Am Samstag, 4. Juni 2016, 19:26:22 schrieb Stuart Mentzer: On 6/4/2016 5:03 PM, Roger Leigh wrote: On 04/06/2016 20:47, Stuart

Re: [CMake] FindFreetype.cmake doesn't find debug library freetyped.lib

2016-06-06 Thread Rolf Eike Beer
Stuart Mentzer wrote: On 6/6/2016 4:21 AM, Rolf Eike Beer wrote: You wrote: On 6/5/2016 4:26 AM, Rolf Eike Beer wrote: Am Samstag, 4. Juni 2016, 19:26:22 schrieb Stuart Mentzer: On 6/4/2016 5:03 PM, Roger Leigh wrote: On 04/06/2016 20:47, Stuart Mentzer wrote: Hello, FindFreetype.cmake is

Re: [CMake] C header file cross dependency

2016-06-06 Thread Patrick Boettcher
Hi Martin, On Wed, 1 Jun 2016 14:58:53 + Wagner Martin wrote: > > > > Could you provide a working, stripped down example to show the > > problem provided via github (in an example repo). > > > > I've added a simple test project to > >

[CMake] How to set gcc option "-Wl,-rpath-link," in CMake?make

2016-06-06 Thread Chaos Zhang
Hi, all, i am trying to converting an existed make project into CMake project, and there are some gcc link options i should convert. Not long ago, Mr. Atkins told me 'RPATHs are automatically added by CMake to executables so they can use libraries from the build tree.'. Now i don't know weather