From bafc0a045cbea2bb2e5aee9c4f95855bb6fde8d3 Mon Sep 17 00:00:00 2001
From: Martin Braun <martin.braun@ettus.com>
Date: Fri, 28 Oct 2016 13:54:45 -0700
Subject: cmake: Remove duplicate definitions of UHD_VERSION

---
 host/include/config.h.in | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'host/include')

diff --git a/host/include/config.h.in b/host/include/config.h.in
index 8931d6580..8e72a1f00 100644
--- a/host/include/config.h.in
+++ b/host/include/config.h.in
@@ -23,4 +23,6 @@
 #cmakedefine UHD_VERSION_ABI   ${TRIMMED_VERSION_ABI}
 #cmakedefine UHD_VERSION_PATCH ${TRIMMED_VERSION_PATCH}
 #cmakedefine ENABLE_USB
+#ifndef UHD_VERSION
 #cmakedefine UHD_VERSION @UHD_VERSION_ADDED@
+#endif
-- 
cgit v1.2.3