build: deprecated header files removed from the VERIFY_INTERFACE_HEADER_SETS step

This commit is contained in:
Mateusz Pusz
2025-06-20 12:46:40 +02:00
parent f4b167a269
commit a8009febb6

View File

@ -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)