From 17de24cf286308fdfce70f1e645c0a05467dd5c4 Mon Sep 17 00:00:00 2001 From: Pete Peterson <peterfpeterson@gmail.com> Date: Thu, 14 Jan 2016 13:31:53 -0500 Subject: [PATCH] Removing debug print This make QTcreator stop thinking there is an issue. --- Framework/Kernel/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/Framework/Kernel/CMakeLists.txt b/Framework/Kernel/CMakeLists.txt index e9d02d427a7..994539535d5 100644 --- a/Framework/Kernel/CMakeLists.txt +++ b/Framework/Kernel/CMakeLists.txt @@ -586,7 +586,6 @@ set (ENABLE_WEB_UPDATES 0) if (${VERSION_PATCH_LENGTH} LESS 8) set (ENABLE_WEB_UPDATES 1) endif() -message( STATUS "For Mantid.properties.install: ENABLE_WEB_UPDATES=${ENABLE_WEB_UPDATES}") set ( PLUGINS ${MANTID_ROOT}/plugins ) set ( PYTHONPLUGIN_DIRS "${PLUGINS}/python" ) -- GitLab