Bump CMake minimum version to 3.26 (#516)

This commit is contained in:
Jalin Wang 2026-06-23 15:25:00 +08:00 committed by GitHub
parent 5cd9178bf4
commit 65e2deec45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.13)
cmake_minimum_required(VERSION 3.26)
cmake_policy(SET CMP0077 NEW)
project(zvec)
set(CC_CXX_STANDARD 17)