Skip to content

Commit a8009fe

Browse files
committed
build: deprecated header files removed from the VERIFY_INTERFACE_HEADER_SETS step
1 parent f4b167a commit a8009fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/core/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ if(NOT ${projectPrefix}API_FREESTANDING)
101101
)
102102
endif()
103103

104+
# Disable VERIFY_INTERFACE_HEADER_SETS
105+
set_source_files_properties(include/mp-units/format.h include/mp-units/ostream.h PROPERTIES SKIP_LINTING ON)
106+
104107
set_feature_flag(API_STD_FORMAT)
105108
set_feature_flag(API_NO_CRTP)
106109

0 commit comments

Comments
 (0)