Update cmake scripts

This commit is contained in:
Georg Hagen
2025-10-16 11:53:11 +02:00
parent 2c3578b19a
commit 24febba06a
2 changed files with 3 additions and 1 deletions

View File

@@ -153,7 +153,7 @@
# command.
#
cmake_minimum_required(VERSION 3.8.0)
cmake_minimum_required(VERSION 3.11.0)
# CMake invokes the toolchain file twice during the first build, but only once during subsequent rebuilds.
# NOTE: To improve single-library build-times, provide the flag "OS_SINGLE_BUILD" as a build argument.