diff --git a/tools/SourceKit/tools/sourcekitd-test/CMakeLists.txt b/tools/SourceKit/tools/sourcekitd-test/CMakeLists.txt index ed6a88607434b..37438dd98403b 100644 --- a/tools/SourceKit/tools/sourcekitd-test/CMakeLists.txt +++ b/tools/SourceKit/tools/sourcekitd-test/CMakeLists.txt @@ -13,7 +13,7 @@ add_sourcekit_executable(sourcekitd-test TestOptions.cpp DEPENDS ${SOURCEKITD_TEST_DEPEND} clangRewrite clangLex clangBasic - COMPONENT_DEPENDS support option + COMPONENT_DEPENDS core support option ) add_dependencies(sourcekitd-test sourcekitdTestOptionsTableGen)