From 4b954aadec28561f711b9e080191f230ae2c9a18 Mon Sep 17 00:00:00 2001 From: f4exb Date: Fri, 26 Jul 2019 08:35:50 +0200 Subject: [PATCH] More end label fix on cpack cmake file --- cmake/cpack/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/cpack/CMakeLists.txt b/cmake/cpack/CMakeLists.txt index f23ead1e4..fbab1bfae 100644 --- a/cmake/cpack/CMakeLists.txt +++ b/cmake/cpack/CMakeLists.txt @@ -188,7 +188,7 @@ elseif(WIN32 OR MINGW) add_custom_target(copy_qt_plugin_${qt_plugin_name} ALL COMMAND ${CMAKE_COMMAND} -E copy_directory "${qt_plugin}" "${SDRANGEL_BINARY_BIN_DIR}/${qt_plugin_name}" ) - endforeach(qt_plugins) + endforeach(qt_plugin) # unfortunately some libraries are dependencies of dll so we copy by hand # TODO check if we can use fixup_bundle() and have libraries on root path