[CMake] automatically re-generating makefiles

Brad King brad.king at kitware.com
Tue Mar 17 16:40:25 EDT 2009


Brad King wrote:
> AFAIK there is no way to implement the
> 
>   make my-new-target
> 
> interface reliably.

FYI, you can write the above like this:

   make rebuild_cache && make my-new-target

if you know that it is a new target.

-Brad


More information about the CMake mailing list