Migration to another compiler version and older cmake

This commit is contained in:
Ilya Volchenkov
2025-08-28 15:58:35 +03:00
parent 7a791e5c46
commit 66838ed37e
4 changed files with 6 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.30)
cmake_minimum_required(VERSION 3.25)
project(leetcode)
set(CMAKE_CXX_STANDARD 20)