Relax warning on IWYU not found to status message
This commit is contained in:
parent
9b373fb16c
commit
44dd6fa7dd
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user