More end label fix on cpack cmake file

This commit is contained in:
f4exb 2019-07-26 08:35:50 +02:00
parent dc90623f8d
commit 4b954aadec
1 changed files with 1 additions and 1 deletions

View File

@ -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