We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25f2828 commit 9ad6b3fCopy full SHA for 9ad6b3f
CMakeLists.txt
@@ -158,7 +158,7 @@ endif()
158
add_custom_target(run
159
DEPENDS cam_server upload
160
COMMAND LD_LIBRARY_PATH=${CAMERA_SERVER_DIR}/external/lib
161
- ${CMAKE_BINARY_DIR}/cam_server ${RUN_ARGS}
+ nice -n -10 ${CMAKE_BINARY_DIR}/cam_server ${RUN_ARGS}
162
COMMENT "Run arduino client and camera client ${RUN_ARGS}"
163
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
164
VERBATIM
0 commit comments