D23233: Fix CI failure on the KDE build server
Karthik Periagaram <[email protected]>
| Newsgroups | gmane.comp.kde.devel.games |
|---|---|
| Message-ID | <[email protected]> |
karthikp created this revision. karthikp added a reviewer: bcooksley. Herald added a reviewer: KDE Games. Herald added a subscriber: kde-games-devel. karthikp requested review of this revision. REVISION SUMMARY This fixes the build error caused by the presence of a whitespace character in the path used to build this project on https://build.kde.org/. The source of the whitespace is the environment variable JOB_BASE_NAME (set to 'kf5-qt5 SUSEQt5.12'). However, it would be a good idea to fix this in the cmake code, too. TEST PLAN Tested by building in a path with and without spaces. The CMake error seen when building in a path with spaces goes away when this patch is applied. REPOSITORY R387 Kajongg REVISION DETAIL https://phabricator.kde.org/D23233 AFFECTED FILES cmake-modules/KDEPython.cmake To: karthikp, bcooksley, #kde_games Cc: kde-games-devel