Skip to content

Commit 7da2dd4

Browse files
committed
fix: double_conversion
make patch to target file as url patch targets workflows files not present.
1 parent 63914dc commit 7da2dd4

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)