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@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Couldn't you just use
 make clean
 make
every time?

Stefan

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

Reply via email to