Mark message() as WARNING

As recommended by Alex Merry

CCMAIL: alex.merry@kde.org
wilder
Aleix Pol 11 years ago
parent 7ad70427aa
commit e33595febb
  1. 2
      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)

Loading…
Cancel
Save