Author: pschweitzer
Date: Sat Apr 5 14:11:03 2014
New Revision: 62619
URL:
http://svn.reactos.org/svn/reactos?rev=62619&view=rev
Log:
[ACPI]
Disable PCH as it breaks build (when globally enabled)
Modified:
trunk/reactos/drivers/bus/acpi/CMakeLists.txt
Modified: trunk/reactos/drivers/bus/acpi/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/bus/acpi/CMakeList…
==============================================================================
--- trunk/reactos/drivers/bus/acpi/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/drivers/bus/acpi/CMakeLists.txt [iso-8859-1] Sat Apr 5 14:11:03 2014
@@ -163,7 +163,7 @@
${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)