File mingw64-sdrangel-dont-install-udev-on-windows.patch of Package mingw64-sdrangel

diff --git a/CMakeLists.txt b/CMakeLists.txt
index a922b91..e8bd301 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -362,8 +362,10 @@ install(TARGETS sdrangel DESTINATION bin)
 #install(TARGETS sdrbase DESTINATION lib)
 
 #install files and directories
+if(NOT WIN32)
 install(DIRECTORY udev-rules DESTINATION share/sdrangel)
 install(FILES udev-rules/install.sh DESTINATION share/sdrangel/udev-rules PERMISSIONS WORLD_EXECUTE)
+endif(NOT WIN32)
 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/sdrbase.rcc DESTINATION bin)
 
 ##############################################################################
openSUSE Build Service is sponsored by