From e33595febbe8037d3d4e2b6dd7c564c3257d5afb Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Wed, 24 Jun 2015 23:21:59 +0200 Subject: Mark message() as WARNING As recommended by Alex Merry CCMAIL: alex.merry@kde.org --- src/kconfig_compiler/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/kconfig_compiler/CMakeLists.txt b/src/kconfig_compiler/CMakeLists.txt index ef79bfb0..82ef0397 100644 --- a/src/kconfig_compiler/CMakeLists.txt +++ b/src/kconfig_compiler/CMakeLists.txt @@ -10,7 +10,7 @@ set_target_properties(kconfig_compiler PROPERTIES if(CMAKE_TOOLCHAIN_FILE) if(BUILD_TESTING) - message("Testing should be disabled on cross-compilation") + message(WARNING "Testing should be disabled on cross-compilation") endif() else() add_executable(KF5::kconfig_compiler ALIAS kconfig_compiler) -- cgit v1.2.1