mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-21 12:35:52 +03:00
Set CXX Standard 17.
Signed-off-by: alex-z <blackslayer4@gmail.com>
This commit is contained in:
parent
d8e5e980e7
commit
35721cf746
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
cmake_minimum_required(VERSION 3.16)
|
||||
set(CMAKE_CXX_STANDARD 14)
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
cmake_policy(SET CMP0071 NEW) # Enable use of QtQuick compiler/generated code
|
||||
|
||||
project(client)
|
||||
|
|
Loading…
Reference in a new issue