D23219: Fix jenkins build of kajongg
Johnny Jazeix <[email protected]>
| Newsgroups | gmane.comp.kde.devel.games |
|---|---|
| Message-ID | <[email protected]> |
jjazeix created this revision. Herald added a reviewer: KDE Games. Herald added a subscriber: kde-games-devel. jjazeix requested review of this revision. REVISION SUMMARY Following a mail on breaked jenkins builds, I took a look on the kajongg one. The issue is due to the fact that there are spaces in the source folder: "/home/jenkins/workspace/Applications/kajongg/kf5-qt5 SUSEQt5.12" and cmake does not like spaces for rule names. TEST PLAN Clone the source in a folder with a space in it. Compile before the change and see it does not work. Compile after the change and see it compiles fine. REPOSITORY R387 Kajongg REVISION DETAIL https://phabricator.kde.org/D23219 AFFECTED FILES cmake-modules/KDEPython.cmake To: jjazeix, #kde_games Cc: kde-games-devel