[CMake] Cannot find UpdateCommand or GITCommand configuration key.

Bill Lorensen bill.lorensen at gmail.com
Fri May 7 17:25:48 EDT 2010


I'm willing to try anything.

Let's start from scratch.

What are the proper cmake setting I should use?

The goal:
Have a CMakeLists.txt file that will allow users to type
make Experimental
or
make Nightly

and do the right thing. Just like things worked with cvs.

Bill

On Fri, May 7, 2010 at 5:21 PM, Tyler Roscoe <tyler at cryptio.net> wrote:
> On Fri, May 07, 2010 at 05:10:59PM -0400, Bill Lorensen wrote:
>> I get the subject message.
>>
>> I have defined
>> set( CTEST_GIT_COMMAND "git" )
>> SET(UPDATE_COMMAND "${GITCOMMAND}")
>> SET(UPDATE_OPTIONS "${GIT_UPDATE_OPTIONS}")
>
> Did you try CTEST_UPDATE_COMMAND and CTEST_UPDATE_OPTIONS?
>
> Are you sure GITCOMMAND and GIT_UPDATE_OPTIONS are defined?
>
> tyler
>


More information about the CMake mailing list