diff --git a/WebTunnel/WebTunnelAgent/CMakeLists.txt b/WebTunnel/WebTunnelAgent/CMakeLists.txt index d75a7692..829822d2 100644 --- a/WebTunnel/WebTunnelAgent/CMakeLists.txt +++ b/WebTunnel/WebTunnelAgent/CMakeLists.txt @@ -29,5 +29,5 @@ endif() install( TARGETS "${APP_NAME}" EXPORT "${APP_NAME}Targets" - RUNTIME DESTINATION $BINDIR + RUNTIME DESTINATION ${BINDIR} )