Remove PCH from source/lint/CMakeLists.txt (#4459)

Fixes #4458
This commit is contained in:
dong-ja 2021-08-09 14:30:51 -05:00 committed by GitHub
parent 706dc27a62
commit f9d03bb40f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,8 +20,6 @@ if(MSVC AND (NOT ("${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang")))
add_definitions(/MP4)
endif()
spvtools_pch(SPIRV_TOOLS_LINT_SOURCES pch_source_lint)
add_library(SPIRV-Tools-lint ${SPIRV_TOOLS_LIBRARY_TYPE} ${SPIRV_TOOLS_LINT_SOURCES})
spvtools_default_compile_options(SPIRV-Tools-lint)