3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-01-27 20:38:42 +00:00

remove outdated version of cmake

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2026-01-25 20:11:55 -08:00
parent e65aa0e7d5
commit 6edf2f1057

View file

@ -109,9 +109,9 @@
# [XML_INJECT xml_injection])
# ```
#
# Require 3.5 for batch copy multiple files
# Require 3.10 for batch copy multiple files
cmake_minimum_required(VERSION 3.5.0)
cmake_minimum_required(VERSION 3.10.0)
IF(DOTNET_FOUND)
RETURN()