mirror of
https://github.com/Kitware/CMake.git
synced 2026-07-16 04:20:49 +00:00
Fix mismatched arguments.
This commit is contained in:
@@ -141,7 +141,7 @@ function(fixup_qt4_executable executable)
|
||||
|
||||
foreach(plugin ${qtplugins})
|
||||
set(installed_plugin_path "")
|
||||
install_qt4_plugin("${plugin}" "${plugins_dir}" "${executable}" 1 installed_plugin_path)
|
||||
install_qt4_plugin("${plugin}" "${executable}" 1 installed_plugin_path)
|
||||
list(APPEND libs ${installed_plugin_path})
|
||||
endforeach()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user