Silence some cmake warnings

This commit is contained in:
Georg Hagen
2025-11-09 14:22:33 +01:00
parent 0f2241762b
commit 266bd794ef
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.16)
cmake_minimum_required(VERSION 3.20)
project(build_libarchive)
include(ExternalProject)