mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Co-authored-by: Claude Bot <claude-bot@bun.sh> Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Zack Radisic <zack@theradisic.com> Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
10 lines
192 B
Diff
10 lines
192 B
Diff
--- CMakeLists.txt
|
|
+++ CMakeLists.txt
|
|
@@ -1,5 +1,5 @@
|
|
#
|
|
-cmake_minimum_required(VERSION 3.17 FATAL_ERROR)
|
|
+cmake_minimum_required(VERSION 3.17...3.30 FATAL_ERROR)
|
|
|
|
PROJECT(libarchive C)
|
|
#
|