Fix compile with last ecm
(With https://invent.kde.org/frameworks/extra-cmake-modules/-/merge_requests/145 we have disabled the C and C++ specific compiler extensions)
This commit is contained in:
parent
a333b87f74
commit
ee4c9cd6d5
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ cmake_minimum_required(VERSION 3.16)
|
|||
set(PROJECT_VERSION "5.22.80") # Handled by release scripts
|
||||
project(KWin VERSION ${PROJECT_VERSION})
|
||||
|
||||
set(CMAKE_C_STANDARD 99)
|
||||
|
||||
set(QT_MIN_VERSION "5.15.0")
|
||||
set(KF5_MIN_VERSION "5.82")
|
||||
|
||||
|
|
Loading…
Reference in a new issue