From 9e8d604373e94c225b7298d0a0aae7771b6ad634 Mon Sep 17 00:00:00 2001 From: Andrew Meadows Date: Thu, 16 May 2019 16:35:16 -0700 Subject: [PATCH] remove debug logs --- cmake/macros/SetupQt.cmake | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cmake/macros/SetupQt.cmake b/cmake/macros/SetupQt.cmake index b6ebaf6239..316172a204 100644 --- a/cmake/macros/SetupQt.cmake +++ b/cmake/macros/SetupQt.cmake @@ -78,9 +78,7 @@ macro(setup_qt) message(FATAL_ERROR "Unable to locate Qt5CoreConfig.cmake in '${QT_CMAKE_PREFIX_PATH}'") endif() - message("adebug") - message("adebug Using Qt build in : '${QT_DIR}' with version ${QT_VERSION}") - message("adebug") + message(STATUS "Using Qt build in : '${QT_DIR}' with version ${QT_VERSION}") # Instruct CMake to run moc automatically when needed. set(CMAKE_AUTOMOC ON)