aboutsummaryrefslogtreecommitdiff
path: root/modules/ECMWriteVersionHeader.cmake
AgeCommit message (Collapse)Author
2013-09-11Drop ecm_version and ecm_write_version_headerChristophe Giboudeaux
Both macros are obsoleted by ecm_setup_version. REVIEW: 112665
2012-08-13-add function ecm_write_version_header(<outputfile>) which generates a ↵Alex Neundorf
foo_version.h The plan is strip this out of ECMQtFramework.cmake, then ECMQtFramework.cmake will be basically only deal with those Config.cmake files. Alex