[CMake] 2.6.4 RC 1
Bill Hoffman
bill.hoffman at kitware.com
Tue Mar 24 16:02:53 EDT 2009
Robert Dailey wrote:
> What exactly does this mean:
>
> - Enforce unique binary directories
>
>
> Does this mean instead of all executables going inside bin/debug, that
> they go inside of something like bin/<project_name>/debug (For the debug
> configuration, it would be likewise for release)?
No, it means that
add_subdirectory(foo bar)
add_subdirectory(bar bar)
Will now produce an error at CMake time, instead of just really weird
things at build time (bad progress, files not built, lots of other
really bad stuff).
-Bill
More information about the CMake
mailing list