aboutsummaryrefslogtreecommitdiff
path: root/libs/acpi
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-08-20 11:44:37 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-08-20 11:44:37 +0200
commit4ecf7591449d34630b61e9a5cc734ebc9f8e07e4 (patch)
tree2df7b0e7ac0ab41df4170aea2122611d7d792924 /libs/acpi
parent5a4342e69ecc19d1408f622ceb7f8a8bbe6c1d20 (diff)
downloadkernel-4ecf7591449d34630b61e9a5cc734ebc9f8e07e4.tar.xz
kernel-4ecf7591449d34630b61e9a5cc734ebc9f8e07e4.zip
build: clean up header set verification
Diffstat (limited to 'libs/acpi')
-rw-r--r--libs/acpi/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/acpi/CMakeLists.txt b/libs/acpi/CMakeLists.txt
index 32ce8a05..e21a7ef8 100644
--- a/libs/acpi/CMakeLists.txt
+++ b/libs/acpi/CMakeLists.txt
@@ -51,10 +51,6 @@ target_link_libraries("acpi" PUBLIC
"kstd::lib"
)
-set_target_properties("acpi" PROPERTIES
- VERIFY_INTERFACE_HEADER_SETS YES
-)
-
#[============================================================================[
# Tests
#]============================================================================]