From 96990ffd8e647e916c6b7ef0c07770187403d961 Mon Sep 17 00:00:00 2001 From: AdenKoperczak Date: Fri, 28 Jun 2024 11:13:27 -0400 Subject: [PATCH] added set_target_properties for scwx-qt_update_radar_sites --- scwx-qt/scwx-qt.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/scwx-qt/scwx-qt.cmake b/scwx-qt/scwx-qt.cmake index 6ef76042..d5b9b4ab 100644 --- a/scwx-qt/scwx-qt.cmake +++ b/scwx-qt/scwx-qt.cmake @@ -538,6 +538,7 @@ endif() set_target_properties(scwx-qt_generate_counties_db PROPERTIES FOLDER generate) set_target_properties(scwx-qt_generate_versions PROPERTIES FOLDER generate) +set_target_properties(scwx-qt_update_radar_sites PROPERTIES FOLDER generate) if (WIN32) set(APP_ICON_RESOURCE_WINDOWS "${scwx-qt_SOURCE_DIR}/res/scwx-qt.rc")