D14933: Implemented Version checker for fwupd in FindLIBFWUPD.cmake

2018-08-21 Thread Abhijeet sharma
This revision was automatically updated to reflect the committed changes. Closed by commit R134:10b790f43052: Implemented Version checker for fwupd in FindLIBFWUPD.cmake (authored by abhijeet2096). REPOSITORY R134 Discover Software Store CHANGES SINCE LAST UPDATE

D14933: Implemented Version checker for fwupd in FindLIBFWUPD.cmake

2018-08-20 Thread Abhijeet sharma
abhijeet2096 updated this revision to Diff 40030. abhijeet2096 added a comment. Now, I am using PkgConfig for extracting the version, and other info for the library. REPOSITORY R134 Discover Software Store CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D14933?vs=40013=40030

D14933: Implemented Version checker for fwupd in FindLIBFWUPD.cmake

2018-08-19 Thread Aleix Pol Gonzalez
apol added a comment. You can extract the version from pkgconfig. CMake has macros to interact with it, or just the executable `pkg-config --modversion fwupd` meanwhile. REPOSITORY R134 Discover Software Store REVISION DETAIL https://phabricator.kde.org/D14933 To: abhijeet2096, apol,

D14933: Implemented Version checker for fwupd in FindLIBFWUPD.cmake

2018-08-19 Thread Abhijeet sharma
abhijeet2096 created this revision. abhijeet2096 added reviewers: apol, davidedmundson. abhijeet2096 added a project: Discover Software Store. Herald added a project: Plasma. Herald added a subscriber: plasma-devel. abhijeet2096 requested review of this revision. REVISION SUMMARY Implemented