[CMake] Force rebuild

Stefan Buschmann s_buschmann at gmx.de
Mon Mar 26 08:46:46 EST 2007


Min Cu wrote:
> I have a project which needs to be rebuild every time make is called 
> (whether the project has changed or not). How do I do it?
>
> Thanks,
> Min
>
> _________________________________________________________________
> Solve the Conspiracy and win fantastic prizes.  
> http://www.theconspiracygame.co.uk/
>
> _______________________________________________
> CMake mailing list
> CMake at cmake.org
> http://www.cmake.org/mailman/listinfo/cmake
>
Couldn't you just use
  make clean
  make
every time?

Stefan



More information about the CMake mailing list