More end label fix on cpack cmake file

pull/398/head
f4exb 2019-07-26 08:35:50 +02:00
rodzic dc90623f8d
commit 4b954aadec
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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