Re: [CMake] Question about Project.xml file when using subprojects

2011-03-09 Thread Zou, Di (Cont, ARL/CISD)
It's all working now. Thank you! -Original Message- From: David Cole [mailto:david.c...@kitware.com] Sent: Tue 3/8/2011 10:52 AM To: Zou, Di (Cont, ARL/CISD) Cc: cmake@cmake.org Subject: Re: [CMake] Question about Project.xml file when using subprojects You need to postpone calling

[CMake] Question about Project.xml file when using subprojects

2011-03-07 Thread Zou, Di (Cont, ARL/CISD)
I have been looking at this webpage: http://www.kitware.com/products/html/CDashSubprojects.html. I have created a Project.xml file to list my subprojects. Right now I am just trying to use Project.xml to add subprojects to a dashboard. I am trying to submit the file to the dashboard like so:

Re: [CMake] Question about Project.xml file when using subprojects

2011-03-07 Thread David Cole
Are you calling ctest_start(Experimental) or ctest_start(Nightly) before callng ctest_submit...? On Mon, Mar 7, 2011 at 4:32 PM, Zou, Di (Cont, ARL/CISD) di@us.army.mil wrote: I have been looking at this webpage: http://www.kitware.com/products/html/CDashSubprojects.html. I have created