Fix build by lowering KDE_COMPILERSETTINGS_LEVEL
It doesn't build against the stricter 5.85 level
This commit is contained in:
parent
57c06d0e00
commit
310684f1a7
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ set(CMAKE_C_STANDARD 99)
|
|||
|
||||
set(QT_MIN_VERSION "5.15.0")
|
||||
set(KF5_MIN_VERSION "5.86")
|
||||
set(KDE_COMPILERSETTINGS_LEVEL "5.82")
|
||||
|
||||
find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE)
|
||||
|
||||
|
|
Loading…
Reference in a new issue