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
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to