From 3f9f5fcb90dadc339fb10b27b32b8016512c94c7 Mon Sep 17 00:00:00 2001 From: AdenKoperczak Date: Thu, 17 Apr 2025 09:22:11 -0400 Subject: [PATCH] Explicitly link atomic for max_time_step_queue_size --- 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 30e8adb9..86606d9e 100644 --- a/scwx-qt/scwx-qt.cmake +++ b/scwx-qt/scwx-qt.cmake @@ -692,6 +692,7 @@ target_link_libraries(scwx-qt PUBLIC Qt${QT_VERSION_MAJOR}::Widgets Qt${QT_VERSION_MAJOR}::Positioning Qt${QT_VERSION_MAJOR}::SerialPort Qt${QT_VERSION_MAJOR}::Svg + atomic Boost::json Boost::timer QMapLibre::Core