Skip to content

Commit

Permalink
fix patch
Browse files Browse the repository at this point in the history
  • Loading branch information
umbynos committed Oct 9, 2024
1 parent be5b442 commit f5532cb
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions patches/0008-Append-arduino-to-version-string.patch
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@ diff --git a/CMakeLists.txt b/CMakeLists.txt
index 431eda87..ff8d678f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -21,7 +21,7 @@
# cmake --build build

cmake_minimum_required(VERSION 3.14)
-project(avrdude VERSION 7.3 LANGUAGES C)
+project(avrdude VERSION ARDUINO_VERSION_PLACEHOLDER LANGUAGES C)

set(CMAKE_C_STANDARD 11)
set(CMAKE_C_STANDARD_REQUIRED True)
@@ -49,7 +49,7 @@ include(FindPackageMessage)
include(GNUInstallDirs)

Expand Down

0 comments on commit f5532cb

Please sign in to comment.