From b51b1f121e48e2f4b0c7cfdd54c31d4367d06d77 Mon Sep 17 00:00:00 2001 From: Pavel Yaskevich Date: Wed, 2 Sep 2020 12:10:21 -0700 Subject: [PATCH] [Localization] Establish dependency between def-to-yaml converter and diagnostic-database --- localization/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/localization/CMakeLists.txt b/localization/CMakeLists.txt index b880dd9460f..53c7e05e2a7 100644 --- a/localization/CMakeLists.txt +++ b/localization/CMakeLists.txt @@ -14,6 +14,7 @@ add_custom_command(TARGET diagnostic-database add_dependencies(swift-frontend diagnostic-database) add_dependencies(diagnostic-database swift-serialize-diagnostics) +add_dependencies(diagnostic-database swift-def-to-yaml-converter) swift_install_in_component( DIRECTORY ${CMAKE_BINARY_DIR}/share/swift/diagnostics/