Make it 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
0255ce1fd0
commit
ee40d1aea8
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ set (RELEASE_SERVICE_VERSION_MICRO "70")
|
|||
set (RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
|
||||
|
||||
project(kdeconnect VERSION ${RELEASE_SERVICE_VERSION})
|
||||
|
||||
set(CMAKE_C_STANDARD 99)
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
|
||||
if (SAILFISHOS)
|
||||
|
|
Loading…
Reference in a new issue