From a8009febb6624d5402b5d4bb85c9ca523448fc05 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Fri, 20 Jun 2025 12:46:40 +0200 Subject: [PATCH] build: deprecated header files removed from the VERIFY_INTERFACE_HEADER_SETS step --- src/core/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 8e93fcac..1344b71f 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -101,6 +101,9 @@ if(NOT ${projectPrefix}API_FREESTANDING) ) endif() +# Disable VERIFY_INTERFACE_HEADER_SETS +set_source_files_properties(include/mp-units/format.h include/mp-units/ostream.h PROPERTIES SKIP_LINTING ON) + set_feature_flag(API_STD_FORMAT) set_feature_flag(API_NO_CRTP)