Skip to content

Commit

Permalink
Merge pull request #606 from RI-SE/fix_supressIdealTreeNodejsInstall
Browse files Browse the repository at this point in the history
remove progress bar from install script
  • Loading branch information
victorjarlow authored Oct 16, 2023
2 parents edd8d6c + dc945f4 commit 7d067ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/controlpanel/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(atos_gui)
add_custom_target(${PROJECT_NAME} ALL)
add_custom_command(TARGET ${PROJECT_NAME} PRE_BUILD
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
COMMAND npm install
COMMAND npm install --no-progress
COMMAND npx generate-ros-messages #this command does not work in CMAKE_CURRENT_BINARY_DIR for some reason..
)
install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} DESTINATION ${CMAKE_INSTALL_PREFIX})

0 comments on commit 7d067ee

Please sign in to comment.