$NetBSD: patch-CMakeLists.txt,v 1.1 2025/08/11 11:50:23 wiz Exp $ https://github.com/google/double-conversion/commit/0604b4c18815aadcf7f4b78dfa6bfcb91a634ed7 --- CMakeLists.txt.orig 2025-02-14 10:03:13.000000000 +0000 +++ CMakeLists.txt @@ -1,4 +1,7 @@ -cmake_minimum_required(VERSION 3.0) +# This project likely works with older versions, such as 3.5, but that +# configuration is not tested. +# When changing the minimum required versions make sure to update the CI. +cmake_minimum_required(VERSION 3.15...4.0.1) project(double-conversion VERSION 3.3.0) option(BUILD_SHARED_LIBS "Build shared libraries (.dll/.so) instead of static ones (.lib/.a)" OFF)