[Cmake] More control on CMake...

Brad King brad . king at kitware . com
Thu, 11 Sep 2003 13:19:04 -0400 (EDT)


On Thu, 11 Sep 2003, Brad King wrote:
> CMake will never let a target in a parent directory depend on a target in
> a subdirectory (at least the UNIX makefile generate).

A minor wording clarification.  The current version of CMake does not
allow this, and "never" refers to the near-impossibility of a work-around.
We already have a feature-request in the bug tracker to add this support
to a future version.

-Brad