diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-08-20 11:44:37 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-08-20 11:44:37 +0200 |
| commit | 4ecf7591449d34630b61e9a5cc734ebc9f8e07e4 (patch) | |
| tree | 2df7b0e7ac0ab41df4170aea2122611d7d792924 /libs/elf | |
| parent | 5a4342e69ecc19d1408f622ceb7f8a8bbe6c1d20 (diff) | |
| download | kernel-4ecf7591449d34630b61e9a5cc734ebc9f8e07e4.tar.xz kernel-4ecf7591449d34630b61e9a5cc734ebc9f8e07e4.zip | |
build: clean up header set verification
Diffstat (limited to 'libs/elf')
| -rw-r--r-- | libs/elf/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
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 |
