build: fix typo in daemonDepends

fixes: #9439
This commit is contained in:
sithlord48
2026-02-08 13:48:22 -05:00
committed by Chris Rizzitello
parent 1c99736c16
commit 1f2d169b0d

View File

@ -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