mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[ACPI]
Disable PCH as it breaks build (when globally enabled) svn path=/trunk/; revision=62619
This commit is contained in:
parent
283ab16ed6
commit
34eddff2f1
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ add_library(acpica
|
|||
${ACPICA_SOURCE}
|
||||
acpica/utilities/utglobal.c)
|
||||
|
||||
add_pch(acpica acpica/include/acpi.h ACPICA_SOURCE)
|
||||
#add_pch(acpica acpica/include/acpi.h ACPICA_SOURCE)
|
||||
set_target_properties(acpica PROPERTIES COMPILE_DEFINITIONS "ACPI_USE_LOCAL_CACHE")
|
||||
add_dependencies(acpica bugcodes)
|
||||
|
||||
|
|
Loading…
Reference in a new issue