1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-27 15:26:33 -04:00

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

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