Re: [CMake] ExternalProject git clone hangs on windows

2015-08-17 Thread Tevet, Avi A
Thanks, I hadn’t thought about the SSH problem. I’ll investigate. From: Sergei Nikulov [mailto:sergey.niku...@gmail.com] Sent: Friday, August 14, 2015 11:06 PM To: Tevet, Avi A Cc: cmake@cmake.org Subject: Re: [CMake] ExternalProject git clone hangs on windows 15 авг. 2015 г. 3:04 AM пользовате

Re: [CMake] ExternalProject git clone hangs on windows

2015-08-17 Thread Tevet, Avi A
Thanks for the information. From: Petr Kmoch [mailto:petr.km...@gmail.com] Sent: Monday, August 17, 2015 1:05 AM To: Tevet, Avi A Cc: cmake@cmake.org Subject: Re: [CMake] ExternalProject git clone hangs on windows Hi Avi. On Sat, Aug 15, 2015 at 1:54 AM, Tevet, Avi A mailto:avi.a.te...@intel.co

[CMake] Problem with cpack in latest cmake v3.3.1 and ninja

2015-08-17 Thread Gonzalo
I upgraded my cmake just recently and I am using the Ninja generator. The compilation and linking seems to work fine. However, when I run make package, I get the following: [2/2] Run CPack packaging tool... FAILED: cd /media/Linux/code/applications/mrViewer/BUILD/Linux-3.16.0-45-generic-64/Relea

Re: [CMake] How to depend on external cmake projects?

2015-08-17 Thread James Johnston
> -Original Message- > From: CMake [mailto:cmake-boun...@cmake.org] On Behalf Of Robert > Dailey > Sent: Sunday, August 16, 2015 13:32 > To: CMake > Subject: [CMake] How to depend on external cmake projects? > > There are certain repositories on Github I'd like to pull in as a dependency.

[CMake] Modern superbuild template including support for module dependencies

2015-08-17 Thread Taylor Braun-Jones
Hi all, I'm looking for a template or example project that shows the how to setup a cmake-based project in the cleanest and simplest way (i.e. using all the latest features of 3.3 release) and with support for the following build features: - Superbuild mode that can be turned on or off (on by def

Re: [CMake] Crawling documentation to find named argument keywords

2015-08-17 Thread Michael Jackson
I thought there used to be a DocBook version of the documentation? At one point I had an XML parser that used that as input to process the documentation in the same way. Mike Jackson On Aug 17, 2015, at 8:51 AM, Robert Dailey wrote: > I've attached a python script I'm using to obtain a list o

[CMake] Crawling documentation to find named argument keywords

2015-08-17 Thread Robert Dailey
I've attached a python script I'm using to obtain a list of keywords across all CMake commands that I can use. Can someone let me know if this is a reliable way to craw the help documentation to find these keywords? Note that the keywords I'm referring to are things like APPEND in the list() comma

Re: [CMake] ExternalProject git clone hangs on windows

2015-08-17 Thread Petr Kmoch
Hi Avi. On Sat, Aug 15, 2015 at 1:54 AM, Tevet, Avi A wrote: > Hi all, > > > [...] > > > > I don’t know if this is related, but when I look inside the generated VS > projects for the dependencies, I see the “CMake Rules” directory full of > *.rule files, but they are all effectively empty, conta