We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63914dc commit 7da2dd4Copy full SHA for 7da2dd4
patches/double_conversion/3.3.1/patch
@@ -0,0 +1,11 @@
1
+--- double-conversion/CMakeLists.txt 2025-05-18 09:22:22.672636721 +0100
2
++++ /home/username/CMakeLists.txt 2025-05-18 09:19:40.099991800 +0100
3
+@@ -1,4 +1,7 @@
4
+-cmake_minimum_required(VERSION 3.0)
5
++# This project likely works with older versions, such as 3.5, but that
6
++# configuration is not tested.
7
++# When changing the minimum required versions make sure to update the CI.
8
++cmake_minimum_required(VERSION 3.15...4.0.1)
9
+ project(double-conversion VERSION 3.3.0)
10
+
11
+ option(BUILD_SHARED_LIBS "Build shared libraries (.dll/.so) instead of static ones (.lib/.a)" OFF)
patches/double_conversion/3.3.1/url
0 commit comments