Skip to content

Commit 1ece8d3

Browse files
committed
fixup! General CMakeLists improvements - cmake v2→v3
Restoring install destination for vsomeip_ctrl
1 parent 8f398e6 commit 1ece8d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/vsomeip_ctrl/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ target_link_libraries(
1414

1515
install(
1616
TARGETS vsomeip_ctrl RUNTIME
17+
DESTINATION "${INSTALL_BIN_DIR}"
1718
COMPONENT vsomeip_ctrl
1819
EXCLUDE_FROM_ALL
1920
)

0 commit comments

Comments
 (0)