From 1ce885f14241cd1a409e862ac10ed58cb134fc29 Mon Sep 17 00:00:00 2001 From: AdenKoperczak Date: Tue, 10 Sep 2024 07:47:14 -0400 Subject: [PATCH] added WFO_DBF_FILES as dependicy of generate_counties_db.py in cmake --- scwx-qt/scwx-qt.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scwx-qt/scwx-qt.cmake b/scwx-qt/scwx-qt.cmake index 3420900d..78d45217 100644 --- a/scwx-qt/scwx-qt.cmake +++ b/scwx-qt/scwx-qt.cmake @@ -492,7 +492,8 @@ add_custom_command(OUTPUT ${COUNTIES_SQLITE_DB} DEPENDS ${scwx-qt_SOURCE_DIR}/tools/generate_counties_db.py ${COUNTY_DB_FILES} ${STATE_DBF_FILES} - ${ZONE_DBF_FILES}) + ${ZONE_DBF_FILES} + ${WFO_DBF_FILES}) add_custom_target(scwx-qt_generate_counties_db ALL DEPENDS ${COUNTIES_SQLITE_DB})