[Insight-developers] CMakeTargets.make problem

Joshua Cates cates@cayenne.cs.utah.edu
Tue, 9 Jan 2001 14:31:58 -0700 (MST)


Thanks.  That appears to have fixed it.

Josh.


On Tue, 9 Jan 2001, Bill Hoffman wrote:

> Do an update and try it now.   I was looking for -L in the string
> and not adding it again. I have changed it to only look at the
> beginning of the string.  (it was seeing your Insight-LINUX as a -L)
> 
> -Bill
> 
> At 01:49 PM 1/9/01 -0700, Joshua Cates wrote:
> >Hello,
> >
> >Rebuilt Insight today and found that the -L compiler flag is being omitted
> >from definitions in the CMakeTargets.make files.
> >
> >This was an "out of source" build.  Don't know if that is significant.
> >
> >For example (excerpt from CMakeTargets.make):
> >
> >itkBasicArchitectureTest: itkBasicArchitectureTest.o ${CMAKE_DEPEND_LIBS}
> >         ${CXX}  ${CXX_FLAGS}   itkBasicArchitectureTest.o 
> >-->      /home/cates/itk/Insight-LINUX/Code/Common
> >-->      /home/cates/itk/Insight-LINUX/Code/Insight3DParty/vxl 
> >         -lITKCommon -lITKNumerics ${THREAD_LIBS} ${DL_LIBS} -lm
> >         ${LOCAL_LINK_FLAGS}  -o $@ 
> >
> >Josh.
> >
> >______________________________
> 
> 
> _______________________________________________
> Insight-developers mailing list
> Insight-developers@public.kitware.com
> http://public.kitware.com/mailman/listinfo/insight-developers
>