From 4ecf7591449d34630b61e9a5cc734ebc9f8e07e4 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 20 Aug 2026 11:44:37 +0200 Subject: build: clean up header set verification --- libs/elf/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libs/elf/CMakeLists.txt') diff --git a/libs/elf/CMakeLists.txt b/libs/elf/CMakeLists.txt index 18411320..bf69678e 100644 --- a/libs/elf/CMakeLists.txt +++ b/libs/elf/CMakeLists.txt @@ -31,7 +31,3 @@ target_sources("elf" INTERFACE target_include_directories("elf" INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}" ) - -set_target_properties("elf" PROPERTIES - VERIFY_INTERFACE_HEADER_SETS YES -) \ No newline at end of file -- cgit v1.2.3