We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24c2791 commit fdbaf0fCopy full SHA for fdbaf0f
1 file changed
CMakeLists.txt
@@ -261,7 +261,7 @@ if (EV3DEVKIT_BUILD_DEMO)
261
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
262
)
263
264
- install (TARGETS ${DEVICES_DEMO_EXEC_NAME} RUNTIME DESTINATION bi${CMAKE_INSTALL_BINDIR}n)
+ install (TARGETS ${DEVICES_DEMO_EXEC_NAME} RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
265
266
267
# User interface demo program
0 commit comments