https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a14b509974f5d0ef3dbdd891df3788ab67c7c721

commit a14b509974f5d0ef3dbdd891df3788ab67c7c721
Author:     Timo Kreuzer <[email protected]>
AuthorDate: Tue Jun 25 00:26:08 2019 +0200
Commit:     Timo Kreuzer <[email protected]>
CommitDate: Tue Jun 25 00:26:08 2019 +0200

    [CMIDRIVER] Try to fix build
---
 drivers/wdm/audio/drivers/CMIDriver/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/wdm/audio/drivers/CMIDriver/CMakeLists.txt 
b/drivers/wdm/audio/drivers/CMIDriver/CMakeLists.txt
index f992fa463e3..8713a2c59c6 100644
--- a/drivers/wdm/audio/drivers/CMIDriver/CMakeLists.txt
+++ b/drivers/wdm/audio/drivers/CMIDriver/CMakeLists.txt
@@ -28,7 +28,7 @@ if(USE_CLANG_CL OR (NOT MSVC))
     add_target_compile_flags(cmipci "-Wno-write-strings -Wno-switch")
 endif()
 
-add_pch(cmipci precomp.h SOURCE)
+#add_pch(cmipci precomp.h SOURCE)
 add_cd_file(TARGET cmipci DESTINATION reactos/system32/drivers FOR all)
 
 if(ARCH STREQUAL "i386")

Reply via email to