bladeRF/bladeRF-cmake_syntax.patch
2017-09-05 08:39:52 +00:00

20 lines
679 B
Diff

From 037e2886f2bfee42af99d77581d3cf9a23c64227 Mon Sep 17 00:00:00 2001
From: Rey Tucker <rey.tucker@nuand.com>
Date: Tue, 1 Aug 2017 15:29:56 -0400
Subject: [PATCH] udev: fix CMakeLists syntax error (#509)
---
host/misc/udev/CMakeLists.txt | 1 -
1 file changed, 1 deletion(-)
diff --git a/host/misc/udev/CMakeLists.txt b/host/misc/udev/CMakeLists.txt
index 317fec4b9..2e25e289a 100644
--- a/host/misc/udev/CMakeLists.txt
+++ b/host/misc/udev/CMakeLists.txt
@@ -41,5 +41,4 @@ else()
if(INSTALL_UDEV_RULES)
message(STATUS "udev rules not supported on this platform. Hide this message via -DINSTALL_UDEV_RULES=Off")
endif(INSTALL_UDEV_RULES)
-else()
endif()