From f9e545abdc3d05329941736345c5e811e0a96a91 Mon Sep 17 00:00:00 2001 From: Martchus Date: Wed, 21 Aug 2019 22:31:04 +0200 Subject: [PATCH] Remove surplus whitespace --- cmake/modules/LibraryTarget.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/modules/LibraryTarget.cmake b/cmake/modules/LibraryTarget.cmake index 9f2542e..4d62da4 100644 --- a/cmake/modules/LibraryTarget.cmake +++ b/cmake/modules/LibraryTarget.cmake @@ -455,7 +455,7 @@ if (NOT META_NO_INSTALL_TARGETS AND ENABLE_INSTALL_TARGETS) set(LIBRARY_DESTINATION lib${SELECTED_LIB_SUFFIX}/qt/plugins) message( 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 ()