[CMake] Re: [Dart] Submission question

Félix C. Morency felix.morency at gmail.com
Wed Oct 17 09:58:17 EDT 2007


2007/10/17, Félix C. Morency <felix.morency at gmail.com>:
>
> Hi,
>
> I have those two lines in my CMakeLists.txt:
>
> ENABLE_TESTING()
> INCLUDE(CTest)
>
> And those lines in my CTestConfig.cmake:
>
> SET (CTEST_PROJECT_NAME "TestProject")
> SET (CTEST_NIGHTLY_START_TIME "21:00:00 EDT")
> SET (CTEST_DROP_METHOD "xmlrpc")
> SET (CTEST_DROP_SITE "http://localhost:8081")
> SET (CTEST_DROP_LOCATION "TestProject")
> SET (CTEST_COMPRESS_SUBMISSION ON)
>
> After I run cmake to genetare a VS8 solution, I open it in the IDE and
> generate the Experimental project. I tried different variations (generate
> the ALL_BUILD, etc) without success.
>
> What am I doing wrong ?
>
> Regards,
> Félix C. Morency
>
> 2007/10/17, Bill Hoffman <bill.hoffman at kitware.com>:
> >
> > Félix C. Morency wrote:
> > > Hi Bill,
> > >
> > > Even if the project hasn't been build, the Experimental project only
> > do
> > > a submission without rebuilding. I tried to set the dependencies by
> > hand
> > > but it wasn't successfull. Any ideas ?
> > >
> > What commands are you using to do the Experimental build?
> >
> > -Bill
> >
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/cmake/attachments/20071017/ddef71fa/attachment.html


More information about the CMake mailing list