From b2e1bd7d5ef43702d9da920de7be89775dae6397 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Fri, 23 Dec 2022 11:18:29 +0100 Subject: [PATCH] Remove cmake output about module major/minor/patch version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I don't quite see the relevance of this. We have explicit warnings if versions don't match a bit below. Change-Id: I08253fb99313896adb2c13d193ed3ec3954fb0b0 Reviewed-by: Jörg Bornemann (cherry picked from commit 5de97970b85df747916831c97fb3a4f1fd912594) Reviewed-by: Qt Cherry-pick Bot --- src/corelib/Qt6CTestMacros.cmake | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/corelib/Qt6CTestMacros.cmake b/src/corelib/Qt6CTestMacros.cmake index a34069054f4..fb2ee6d3d0f 100644 --- a/src/corelib/Qt6CTestMacros.cmake +++ b/src/corelib/Qt6CTestMacros.cmake @@ -14,11 +14,6 @@ message(STATUS "CMAKE_VERSION: ${CMAKE_VERSION}") message(STATUS "CMAKE_PREFIX_PATH: ${CMAKE_PREFIX_PATH}") message(STATUS "CMAKE_MODULES_UNDER_TEST: ${CMAKE_MODULES_UNDER_TEST}") -foreach(_mod ${CMAKE_MODULES_UNDER_TEST}) - message(STATUS "CMAKE_${_mod}_MODULE_MAJOR_VERSION: ${CMAKE_${_mod}_MODULE_MAJOR_VERSION}") - message(STATUS "CMAKE_${_mod}_MODULE_MINOR_VERSION: ${CMAKE_${_mod}_MODULE_MINOR_VERSION}") - message(STATUS "CMAKE_${_mod}_MODULE_PATCH_VERSION: ${CMAKE_${_mod}_MODULE_PATCH_VERSION}") -endforeach() # Generate a shell script wrapper that calls ninja with -v parameter. # Upstream issue to allow specifying custom build tool options when using ctest's --build-and-test