[Insight-users] how to cmake cvs version for DeformableRegistration7 and DeformableRegistration8

Jim itkvtk at gmail.com
Sun Dec 26 11:40:21 EST 2004


Hi Julien,

This is even more strange. I rename CMakeLists.txt both in Insight and
Insight\Examples then do a cvs. The CMakeLists.txt in Insight now has
the same date as the lastest revision in cvsweb but the CMakeLists.txt
in the Insight/Example has a date dosen't match any of the revision
date in cvsweb (still same as version 1.8). Any idea what might be the
cause?

Insight
12/07/2004  04:07 PM            17,188 CMakeLists.txt
08/13/2004  07:02 PM            16,146 CMakeLists.txt.old
Insight\Examples
06/27/2004  08:00 AM               144 CMakeLists.txt
06/27/2004  10:00 AM               144 CMakeLists.txt.old

Thanks.

Jim

On Sat, 25 Dec 2004 12:32:15 -0500, Julien Jomier <jjomier at cs.unc.edu> wrote:
> Hi Jim,
> 
> This is strange. If you delete the CMakeLists.txt and do a cvs update
> are you still gettting the same revision?
> 
> Anyways, you can add these lines to the CMakeLists.txt:
> 
> ADD_EXECUTABLE(DeformableRegistration7 DeformableRegistration7.cxx )
> TARGET_LINK_LIBRARIES(DeformableRegistration7 ITKNumerics ITKIO)
> 
> ADD_EXECUTABLE(DeformableRegistration8 DeformableRegistration8.cxx )
> TARGET_LINK_LIBRARIES(DeformableRegistration8 ITKNumerics ITKIO)
> 
> Moreover, you can always get the cvs version of the files via cvsweb:
> http://www.itk.org/cgi-bin/viewcvs.cgi/Examples/Registration/CMakeLists.txt?rev=1.60&root=Insight&view=log
> 
> Hope that helps,
> 
> Julien
> 
> Jim wrote:
> > Hi,
> >
> > Run cMake after cvs update, the itk.sln still same as version 1.8.
> > There is DeformableRegistration7.cxx and DeformableRegistration8.cxx
> > in the Example\registration folder but the CMakeLists.txt in Insight
> > still dated 8/13/2004 (version 1.8).
> >
> > My question is how to get the cvs cversion of CMakeLists.txt or how to
> > modify the CMakeLists.txt so I can get DeformableRegistration7 and
> > DeformableRegistration8 compiled?
> >
> > Thanks
> >
> > Jim
> > _______________________________________________
> > Insight-users mailing list
> > Insight-users at itk.org
> > http://www.itk.org/mailman/listinfo/insight-users
>


More information about the Insight-users mailing list