[Cmake] Dependencies for templates

Bill Hoffman bill.hoffman at kitware.com
Mon May 14 13:11:41 EDT 2001


No, it does create dependencies here.

This may be your problem:
INCLUDE_REGULAR_EXPRESSION("^(itk|vtk|vnl|vcl|f2c).*$")

The depend stuff only includes files with that match the above.

-Bill



At 12:17 PM 5/14/2001 -0400, Amitha Perera wrote:
>I noticed that CMake doesn't seem to create dependencies for Templates
>(AUX_SOURCE_DIRECTORY) stuff. Is this bug or a feature?
>
>In particular, I have a file Templates/a.cxx which #include s a.txx,
>but changing a.txx does not cause Templates/a.cxx to be recompiled.
>
>Thanks,
>Amitha.
>
>_______________________________________________
>Cmake mailing list
>Cmake at public.kitware.com
>http://public.kitware.com/mailman/listinfo/cmake 





More information about the CMake mailing list