Update CMakeLists.txt to minimum version 3.5

This commit is contained in:
Briar 2025-04-02 05:18:32 +02:00 committed by GitHub
parent 56c587a79c
commit 17ab1e4f41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.4.1)
cmake_minimum_required(VERSION 3.5)
# Set the name of the project and store it in PROJECT_NAME. Also set the following variables:
# PROJECT_SOURCE_DIR (usually the root directory where Oboe has been cloned e.g.)