Skip to content

Commit

Permalink
fix CMake install for WebTunnelAgent
Browse files Browse the repository at this point in the history
  • Loading branch information
obiltschnig committed Aug 31, 2023
1 parent e93aadd commit 022da0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebTunnel/WebTunnelAgent/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ endif()

install(
TARGETS "${APP_NAME}" EXPORT "${APP_NAME}Targets"
RUNTIME DESTINATION $BINDIR
RUNTIME DESTINATION ${BINDIR}
)

0 comments on commit 022da0f

Please sign in to comment.