Relax warning on IWYU not found to status message

This commit is contained in:
Rodrigo Arias 2025-04-14 09:10:25 +02:00
parent 9b373fb16c
commit 44dd6fa7dd

View File

@ -1,4 +1,4 @@
# Copyright (c) 2021-2024 Barcelona Supercomputing Center (BSC)
# Copyright (c) 2021-2025 Barcelona Supercomputing Center (BSC)
# SPDX-License-Identifier: GPL-3.0-or-later
cmake_minimum_required(VERSION 3.20)
@ -79,7 +79,7 @@ if(IWYU)
set(CMAKE_C_INCLUDE_WHAT_YOU_USE ${IWYU_CMD})
message(STATUS "IWYU found")
else()
message(WARNING "IWYU not found, skipping")
message(STATUS "IWYU not found, skipping")
endif()
# Required for clock_gettime() in glibc <= 2.17