Remove surplus whitespace

This commit is contained in:
Martchus 2019-08-21 22:31:04 +02:00
parent e14b5bf335
commit f9e545abdc
1 changed files with 1 additions and 1 deletions

View File

@ -455,7 +455,7 @@ if (NOT META_NO_INSTALL_TARGETS AND ENABLE_INSTALL_TARGETS)
set(LIBRARY_DESTINATION lib${SELECTED_LIB_SUFFIX}/qt/plugins) set(LIBRARY_DESTINATION lib${SELECTED_LIB_SUFFIX}/qt/plugins)
message( message(
WARNING WARNING
"Unable to detect appropriate install directory for Qt plugins (assuming \"${LIBRARY_DESTINATION}\"). Set QT_PLUGIN_DIR to specify the directory to install Qt plugins to manually." "Unable to detect appropriate install directory for Qt plugins (assuming \"${LIBRARY_DESTINATION}\"). Set QT_PLUGIN_DIR to specify the directory to install Qt plugins to manually."
) )
endif () endif ()
endif () endif ()