From 8af337c83c54539413ed0f3c7b04a50d7187be7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Thu, 22 Jun 2023 00:23:29 +0200 Subject: [PATCH] CMakeLists.txt: fix dependencies after renaming --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f871ea7..b90ce2b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -305,7 +305,7 @@ foreach (dict_script ${dicts_scripts}) list (APPEND dicts_targets "dicts-${dict_name}") add_custom_target (dicts-${dict_name} COMMAND sh -c "PATH=.:$PATH \"$0\"" "${dict_script}" - DEPENDS tabfile + DEPENDS tdv-tabfile COMMENT "Generating sample dictionary ${dict_name}" VERBATIM) endforeach ()