Re: [CMake] ExternalProject_Add always try to connect to SVN server

2014-09-15 Thread David Cole via CMake
If you are using SVN_REVISION with a specific revision number like that, you can do: UPDATE_COMMAND "" because there is never any need to update after the initial checkout at that revision. If you then later change to another revision, the parameters to the svn checkout ("dowload") step

[CMake] ExternalProject_Add always try to connect to SVN server

2014-09-13 Thread Anton Deguet
Hello, I'm wondering if I'm doing something wrong using ExternalProject_Add for a subversion repository. I would expect the following behavior: - First run, see if local copy of code has been checked out. If not 'svn checkout'. Fails if not connected to internet. - Consecutive runs: - if s

Re: [CMake] ExternalProject_Add ALWAYS, VisualStudo

2013-12-03 Thread James Turner
On 1 Dec 2013, at 10:53, James Turner wrote: > I am trying to force the BUILD step of an ExternalProject_Add target to be > run - always. I have found several wiki articles, and references in the > archives of this list, to setting an ALWAYS option for the stage I want to > force to run each

Re: [CMake] ExternalProject_Add ALWAYS

2013-12-01 Thread Kevin Funk
Am Sonntag, 1. Dezember 2013, 10:53:08 schrieb James Turner: > Hi, > > I am trying to force the BUILD step of an ExternalProject_Add target to be > run - always. I have found several wiki articles, and references in the > archives of this list, to setting an ALWAYS option for the stage I want to >

[CMake] ExternalProject_Add ALWAYS

2013-12-01 Thread James Turner
Hi, I am trying to force the BUILD step of an ExternalProject_Add target to be run - always. I have found several wiki articles, and references in the archives of this list, to setting an ALWAYS option for the stage I want to force to run each time. The problem is I can’t find any documentation