Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-04 | Fix ECMSetupVersion tests for old policy with project() wo/ VERSION | Friedrich W. H. Kossebau | |
With min required cmake version now bumped to 3.5, the policy for CMP0048 needs to be set explicitly to old now to prepare what the tests check. Fixup for 5ca01895e3c50322f79feeef5054d7f28b164d68 | |||
2019-10-22 | Raise CMake requirements to 3.5 | Hannah von Reth | |
2014-12-28 | Improve version file tests. | Alex Merry | |
Mostly just refatoring to have less duplicated code. | |||
2014-12-28 | Add COMPATIBILITY argument to ecm_setup_version(). | Alex Merry | |
Lots of libraries will want to use SameMajorVersion to make sure searching for version 1 of a library doesn't give you version 2, for example. We may want to add another, custom compatibility mode for KDE Frameworks-style versioning, where version x.90.z to x.99.z are alpha/beta releases for version (x+1). REVIEW: 121696 |