Hello, Am Mittwoch, den 03.07.2013, 13:24 +0000 schrieb Renan Biegelmeyer da Silva:
> [.. Build dependencies ..] > So, my question is: > > Is there a way to detect a rebuilt (code has NOT changed) and > increment it’s build number? And when code change increment it’s patch > number? I don't think that CMake can trigger the build. It will however rebuild if some dependency (e.g. library) is newer than before the build was. For triggering I would suggest a Build Server like Hudson who can be configured to know all dependencies and to trigger rebuilds. Greetings, - nob -- 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
