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

commit b3b40b35c9e1e7110396d21b9dd664922ae2e156
Author:     jimtabor <[email protected]>
AuthorDate: Thu May 2 14:33:07 2019 -0500
Commit:     jimtabor <[email protected]>
CommitDate: Thu May 2 14:33:07 2019 -0500

    [HIDParser] Fix MSVC build
    
    Attempt to fix build for MSVC.
    This effected local build GCC system with newer Ninja version. Not sure
    if this has an effect.
---
 sdk/lib/drivers/hidparser/CMakeLists.txt | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sdk/lib/drivers/hidparser/CMakeLists.txt 
b/sdk/lib/drivers/hidparser/CMakeLists.txt
index 783a67d671..2a032e6e87 100644
--- a/sdk/lib/drivers/hidparser/CMakeLists.txt
+++ b/sdk/lib/drivers/hidparser/CMakeLists.txt
@@ -13,9 +13,7 @@ list(APPEND SOURCE
 add_library(hidparser_um ${SOURCE})
 add_importlibs(hidparser_um ntdll)
 add_dependencies(hidparser_um bugcodes xdk)
-add_pch(hidparser_um parser.h SOURCE)
 
 add_library(hidparser_km ${SOURCE})
 add_importlibs(hidparser_km ntoskrnl)
 add_dependencies(hidparser_km bugcodes xdk)
-add_pch(hidparser_km parser.h SOURCE)

Reply via email to