- migration to C++ 23

This commit is contained in:
Dmytro Bogovych 2025-06-05 17:32:45 +03:00
parent f63fba6c6a
commit d852fdde3a
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
cmake_minimum_required(VERSION 3.10)
cmake_minimum_required(VERSION 3.20)
project(rtphone)
# Rely on C++ 17
set (CMAKE_CXX_STANDARD 20)
# Rely on C++ 23
set (CMAKE_CXX_STANDARD 23)
set (CMAKE_CXX_STANDARD_REQUIRED ON)
set (rtphone_libs libs)