From 0aeb5084e3e226be610672979f7383b7ef9f60ca Mon Sep 17 00:00:00 2001 From: Tim Clephas Date: Tue, 27 May 2025 10:06:24 +0200 Subject: [PATCH] Print as info instead of warning --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1308e7d2..8ffc50f8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ if(NOT Boost_FOUND) endif() # kcd is an xml based can database -message("kcd enabled: ${build_kcd}") +message(STATUS "kcd enabled: ${build_kcd}") if(build_kcd) add_compile_definitions(ENABLE_KCD)