Skip to content

Commit f5532cb

Browse files
committed
fix patch
see #31 (comment)
1 parent be5b442 commit f5532cb

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

patches/0008-Append-arduino-to-version-string.patch

-9
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,6 @@ diff --git a/CMakeLists.txt b/CMakeLists.txt
22
index 431eda87..ff8d678f 100644
33
--- a/CMakeLists.txt
44
+++ b/CMakeLists.txt
5-
@@ -21,7 +21,7 @@
6-
# cmake --build build
7-
8-
cmake_minimum_required(VERSION 3.14)
9-
-project(avrdude VERSION 7.3 LANGUAGES C)
10-
+project(avrdude VERSION ARDUINO_VERSION_PLACEHOLDER LANGUAGES C)
11-
12-
set(CMAKE_C_STANDARD 11)
13-
set(CMAKE_C_STANDARD_REQUIRED True)
145
@@ -49,7 +49,7 @@ include(FindPackageMessage)
156
include(GNUInstallDirs)
167

0 commit comments

Comments
 (0)