diff options
author | Aleix Pol <aleixpol@kde.org> | 2015-06-24 23:21:59 +0200 |
---|---|---|
committer | Aleix Pol <aleixpol@kde.org> | 2015-06-24 23:21:59 +0200 |
commit | e33595febbe8037d3d4e2b6dd7c564c3257d5afb (patch) | |
tree | 114c91768151afc6da448bfd7d0d4d6065a140fd | |
parent | 7ad70427aa5dd5bfd99f0c174fa48b4f1695bdce (diff) | |
download | kconfig-e33595febbe8037d3d4e2b6dd7c564c3257d5afb.tar.gz kconfig-e33595febbe8037d3d4e2b6dd7c564c3257d5afb.tar.bz2 |
Mark message() as WARNING
As recommended by Alex Merry
CCMAIL: alex.merry@kde.org
-rw-r--r-- | src/kconfig_compiler/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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) |