[vtk-developers] Git setup for cmake/ctest/cdash projects
Bill Lorensen
bill.lorensen at gmail.com
Fri May 7 15:49:01 EDT 2010
I know about scrpting. I want to set up the CMakeLsist.txt file so
that a user can
make Experimental
or
make Nightly
and have it work.
I still get the warning:
CTest cannot determine repository type. Please set UPDATE_TYPE to
'cvs' or 'svn'. CTest update will not work.
On Fri, May 7, 2010 at 3:39 PM, Aashish Chaudhary
<aashish.chaudhary at kitware.com> wrote:
>
> Bill,
>
> Look here too.. this might help:
>
> http://www.cmake.org/Wiki/CMake_Scripting_Of_CTest
>
> there is a section for git.
>
> On Fri, May 7, 2010 at 3:33 PM, Aashish Chaudhary
> <aashish.chaudhary at kitware.com> wrote:
>>
>> I believe you have to set.. there two
>>
>> SET(UPDATE_COMMAND "${GITCOMMAND}")
>> SET(UPDATE_OPTIONS "${GIT_UPDATE_OPTIONS}")
>>
>> On Fri, May 7, 2010 at 3:15 PM, Bill Lorensen <bill.lorensen at gmail.com>
>> wrote:
>>>
>>> For example I get this Cmake warning:
>>> Cannot find UpdateCommand or GITCommand configuration key.
>>>
>>>
>>> On Fri, May 7, 2010 at 3:08 PM, Bill Lorensen <bill.lorensen at gmail.com>
>>> wrote:
>>> > What CMake variables are required for setting up a project that uses
>>> > cmake/ctest/cdash. We have a project that uses VTK.
>>> >
>>> > There is a variable
>>> > UPDATE_TYPE:STRING=git
>>> >
>>> > are there others?
>>> >
>>> > Bill
>>> >
>>> _______________________________________________
>>> Powered by www.kitware.com
>>>
>>> Visit other Kitware open-source projects at
>>> http://www.kitware.com/opensource/opensource.html
>>>
>>> Follow this link to subscribe/unsubscribe:
>>> http://www.vtk.org/mailman/listinfo/vtk-developers
>>>
>>
>>
>>
>> --
>> | Aashish Chaudhary
>> | R&D Engineer
>> | Kitware Inc.
>> | www.kitware.com
>
>
>
> --
> | Aashish Chaudhary
> | R&D Engineer
> | Kitware Inc.
> | www.kitware.com
>
More information about the vtk-developers
mailing list