From 1f2d169b0db117f420feb4eb2f47863621995c31 Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Sun, 8 Feb 2026 13:48:22 -0500 Subject: [PATCH] build: fix typo in daemonDepends fixes: #9439 --- src/apps/deskflow-daemon/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/deskflow-daemon/CMakeLists.txt b/src/apps/deskflow-daemon/CMakeLists.txt index 98189ab01..070c9248b 100644 --- a/src/apps/deskflow-daemon/CMakeLists.txt +++ b/src/apps/deskflow-daemon/CMakeLists.txt @@ -34,7 +34,7 @@ if(WIN32) install( TARGETS ${target} - RUNTIME_DEPENDENCY_SET deamonDeps + RUNTIME_DEPENDENCY_SET daemonDeps RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} ) install(RUNTIME_DEPENDENCY_SET daemonDeps