Disable PCH as it breaks build (when globally enabled)

svn path=/trunk/; revision=62619
This commit is contained in:
Pierre Schweitzer 2014-04-05 14:11:03 +00:00
parent 283ab16ed6
commit 34eddff2f1

View file

@ -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)