Update project language standard to Cpp17.

This commit is contained in:
p620
2020-10-23 03:05:29 +03:00
parent 7fdac25676
commit ff2a3147d4

View File

@@ -2,7 +2,7 @@
cmake_minimum_required(VERSION 3.3)
cmake_policy (SET CMP0057 NEW) # "Support new IN_LIST if() operator."
set (CMAKE_CXX_STANDARD 14)
set (CMAKE_CXX_STANDARD 17)
set (CMAKE_CXX_STANDARD_REQUIRED ON)
# Project name