Revert "Change CPP version to ++17"

This reverts commit 3af665a4d3.
This commit is contained in:
allexzander 2022-10-17 19:31:46 +03:00
parent 3af665a4d3
commit af70e81312
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.16)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD 14)
cmake_policy(SET CMP0071 NEW) # Enable use of QtQuick compiler/generated code
project(client)