diff --git a/CMakeLists.txt b/CMakeLists.txt index d08a72b..14ab1b0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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