You also get this behavior if you are used to using VC's "Rebuild Solution"... With CMake, you never want to use "Rebuild Solution" - always "Build Solution"...

Which is why CMake adds the ALL_BUILD target. You want to build the ALL_BUILD
target to build everything else.

David and William,

Double bulls-eye!    Guilty as charged.

- Steve


_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to