File mingw64-sdrangel-disable-benchmark.patch of Package mingw64-sdrangel

diff --git a/CMakeLists.txt b/CMakeLists.txt
index f3b26d1..05b1f3c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -302,29 +302,29 @@ target_link_libraries(sdrangelsrv
 
 qt5_use_modules(sdrangelsrv Multimedia)
 
-##############################################################################
-# main benchmark application
-
-set(sdrangelbench_SOURCES
-    appbench/main.cpp
-)
-
-add_executable(sdrangelbench
-    ${sdrangelbench_SOURCES}
-)
-
-target_include_directories(sdrangelbench
-    PUBLIC ${CMAKE_SOURCE_DIR}/sdrbench
-)
-
-target_link_libraries(sdrangelbench
-    sdrbench
-    logging
-    ${QT_LIBRARIES}
-)
-
-target_compile_features(sdrangelbench PRIVATE cxx_generalized_initializers) # cmake >= 3.1.0
-qt5_use_modules(sdrangelbench Multimedia)
+###############################################################################
+## main benchmark application
+#
+#set(sdrangelbench_SOURCES
+#    appbench/main.cpp
+#)
+#
+#add_executable(sdrangelbench
+#    ${sdrangelbench_SOURCES}
+#)
+#
+#target_include_directories(sdrangelbench
+#    PUBLIC ${CMAKE_SOURCE_DIR}/sdrbench
+#)
+#
+#target_link_libraries(sdrangelbench
+#    sdrbench
+#    logging
+#    ${QT_LIBRARIES}
+#)
+#
+#target_compile_features(sdrangelbench PRIVATE cxx_generalized_initializers) # cmake >= 3.1.0
+#qt5_use_modules(sdrangelbench Multimedia)
 
 ##############################################################################
 
@@ -358,7 +358,7 @@ endif(LIBUSB_FOUND AND UNIX)
 #install targets
 install(TARGETS sdrangel DESTINATION bin)
 install(TARGETS sdrangelsrv DESTINATION bin)
-install(TARGETS sdrangelbench DESTINATION bin)
+#install(TARGETS sdrangelbench DESTINATION bin)
 #install(TARGETS sdrbase DESTINATION lib)
 
 #install files and directories
openSUSE Build Service is sponsored by