Skip to content

Commit fdbaf0f

Browse files
committed
cmake: fix typo in install directory of demo program
1 parent 24c2791 commit fdbaf0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ if (EV3DEVKIT_BUILD_DEMO)
261261
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
262262
)
263263

264-
install (TARGETS ${DEVICES_DEMO_EXEC_NAME} RUNTIME DESTINATION bi${CMAKE_INSTALL_BINDIR}n)
264+
install (TARGETS ${DEVICES_DEMO_EXEC_NAME} RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
265265

266266

267267
# User interface demo program

0 commit comments

Comments
 (0)