From 86facc15d1cdf66f8793a8c28f1e23a13d4472ad Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Thu, 7 Jan 2016 11:56:18 -0800 Subject: [PATCH] remove debug message in fixup_interface macro --- cmake/macros/FixupInterface.cmake | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmake/macros/FixupInterface.cmake b/cmake/macros/FixupInterface.cmake index 1e2e6cc081..3e5ea7a3e2 100644 --- a/cmake/macros/FixupInterface.cmake +++ b/cmake/macros/FixupInterface.cmake @@ -16,8 +16,6 @@ macro(fixup_interface) string(REPLACE " " "\\ " ESCAPED_INSTALL_PATH ${INTERFACE_INSTALL_DIR}) set(_INTERFACE_INSTALL_PATH "${ESCAPED_INSTALL_PATH}/${ESCAPED_BUNDLE_NAME}.app") - message(${_INTERFACE_INSTALL_PATH}) - # install QtWebProcess from Qt to the application bundle # since it is missed by macdeployqt # https://bugreports.qt.io/browse/QTBUG-35211