[Insight-developers] CMakeTargets.make problem
Bill Hoffman
bill.hoffman@kitware.com
Tue, 09 Jan 2001 15:10:54 -0500
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.
>
>______________________________