Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-17 | Find PkgConfig quietly | Christophe Giboudeaux | |
2021-04-23 | Modules docs: move rst docs into bracket comments | Friedrich W. H. Kossebau | |
CMake >= 3.0 supports bracket comments, and the reStructuredText integration code in sphinx/ext/ecm.py already supports extracting the docs from a bracket comment instead. Editing documentation without leading line comment markers is more simple, e,g. when reflowing text over lines. With ECM meanwhile requiring CMake 3.5 now it is possible to switch (and thus follow also the approach used by cmake itself). NO_CHANGELOG | |||
2020-06-14 | extra-cmake-modules: Convert to SPDX license statements | Andreas Cord-Landwehr | |
2018-04-18 | Include FeatureSummary before calling set_package_properties. | Christophe Giboudeaux | |
2017-11-14 | restore old behaviour of FindPulseAudio | Johannes Hirte | |
Summary: Commit ee5b036c1df4776a258c0d8067fd2eaf18875829 added a new FindPulseAudio module with a slightly different syntax than the old one. Since the old module was removed with commit 7574022825804db2274bba992d6fc4a4817c1536 plasma-desktop and plasma-pa are broken. Just adding the old syntax as synonym for fixing this. See also https://bugs.kde.org/show_bug.cgi?id=386659 Test Plan: compile tested with plasma-desktop Reviewers: #frameworks, cgiboudeaux Reviewed By: cgiboudeaux Subscribers: jriddell, ngraham, rikmills, cgiboudeaux, #build_system Tags: #frameworks, #build_system Differential Revision: https://phabricator.kde.org/D8777 | |||
2017-11-06 | Add FindGLIB2.cmake and FindPulseAudio.cmake | Jonathan Marten | |
Will initially be used by KMix. Differential Revision: https://phabricator.kde.org/D7823 |