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 7834604d71
commit a2178d6efe
-2
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)