Re: [CMake] Are target dependencies always processed before file dependencies for custom targets?

2006-10-31 Thread Brad King
Alan W. Irwin wrote: > I have the following situation: > > One subdirectory has a complicated target build (a library). Another > subdirectory has a custom command which only works if the library is built > first. > > I know of no way to directly get a custom command to depend on a target. > >

[CMake] Are target dependencies always processed before file dependencies for custom targets?

2006-10-30 Thread Alan W. Irwin
I have the following situation: One subdirectory has a complicated target build (a library). Another subdirectory has a custom command which only works if the library is built first. I know of no way to directly get a custom command to depend on a target. The current solution is to create a cu