beware KF5 5.100 version checks

2022-10-21 Thread Jonathan Riddell
This week I got most confused by files moving around again in our packages. It turns out several apps have checks on ECM version for new KDEInstallDirs that were added around ECM 5.57. If the app uses if(${ECM_VERSION} STRGREATER "5.57.0") It will break with KF5 5.100 Instead it should use

beware KF5 5.100 version checks

2022-10-21 Thread Jonathan Riddell
This week I got most confused by files moving around again in our packages. It turns out several apps have checks on ECM version for new KDEInstallDirs that were added around ECM 5.57. If the app uses if(${ECM_VERSION} STRGREATER "5.57.0") It will break with KF5 5.100 Instead it should use