summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-04-04 19:00:36 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-04-04 19:00:36 (EDT)
commit6b5023b9f9dbf84819e8627c9d58a05c36bbb4e2 (patch)
tree17c635827adfea3e275c780058c6d7538e9897d3
parent743f8b970babcc46bb6920222b44d359a27f6876 (diff)
patches: Fix CMake if() command expression
-rw-r--r--patches/0002-cli-Optionally-enforce-argument-to-upgrade-command.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/0002-cli-Optionally-enforce-argument-to-upgrade-command.patch b/patches/0002-cli-Optionally-enforce-argument-to-upgrade-command.patch
index 16bf2cc..9765026 100644
--- a/patches/0002-cli-Optionally-enforce-argument-to-upgrade-command.patch
+++ b/patches/0002-cli-Optionally-enforce-argument-to-upgrade-command.patch
@@ -1,4 +1,4 @@
-From 95f0c291b2008c0ba81b70fb6fa0e84a2cf56a27 Mon Sep 17 00:00:00 2001
+From 8297cbe6f15ddef8bb47682913ff10a3cffa997c Mon Sep 17 00:00:00 2001
From: Patrick McDermott <patrick.mcdermott@libiquity.com>
Date: Thu, 4 Apr 2019 18:25:51 -0400
Subject: [PATCH] cli: Optionally enforce argument to upgrade command
@@ -13,7 +13,7 @@ Signed-off-by: Patrick McDermott <patrick.mcdermott@libiquity.com>
3 files changed, 25 insertions(+)
diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 26230b3..50f29dd 100644
+index 26230b3..508eccc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,6 +13,7 @@ SET(VERSION "" CACHE STRING "Override version")
@@ -28,7 +28,7 @@ index 26230b3..50f29dd 100644
IF(ENABLE_USIGN)
ADD_DEFINITIONS(-DHAVE_USIGN)
ENDIF()
-+IF(REQUIRE_UPGRADE_ARGUMENTS)
++IF(REQUIRE_UPGRADE_ARGS)
+ ADD_DEFINITIONS(-DREQUIRE_UPGRADE_ARGS)
+ENDIF()