diff options
-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) |