Skip to content

Commit

Permalink
Update images before PR
Browse files Browse the repository at this point in the history
  • Loading branch information
MSECode committed Jan 10, 2025
1 parent 5be0bba commit ce8d2e9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion dockerfile_images/basic/superbuild-icubhead/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ RUN mkdir ${PROJECTS_DIR} && cd ${PROJECTS_DIR} &&\
-DYCM_USE_DEPRECATED:BOOL=OFF \
-DROBOTOLOGY_USES_GAZEBO=OFF \
-DROBOTOLOGY_PROJECT_TAGS=${sbtag} \
-DYCM_EP_INSTALL_DIR=${INSTALL_DIR} \
&&\
# Build all the projects
cmake --build . -- ${CMAKE_EXTRA_OPTIONS}
Expand Down
1 change: 0 additions & 1 deletion dockerfile_images/basic/superbuild-icubtest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ RUN cd ${PROJECTS_DIR}/robotology-superbuild &&\
-DROBOTOLOGY_ENABLE_ROBOT_TESTING:BOOL=ON \
-DROBOTOLOGY_USES_GAZEBO=OFF \
-DROBOTOLOGY_PROJECT_TAGS=${sbtag} \
-DYCM_EP_INSTALL_DIR=${INSTALL_DIR} \
&&\
# Build all the projects
cmake --build . -- ${CMAKE_EXTRA_OPTIONS}
Expand Down
1 change: 0 additions & 1 deletion dockerfile_images/basic/superbuild/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ RUN mkdir ${PROJECTS_DIR} && cd ${PROJECTS_DIR} &&\
-DYCM_USE_DEPRECATED:BOOL=OFF \
-DROBOTOLOGY_USES_GAZEBO=OFF \
-DROBOTOLOGY_PROJECT_TAGS=${sbtag} \
-DYCM_EP_INSTALL_DIR=${INSTALL_DIR} \
&&\
# Build all the projects
cmake --build . -- ${CMAKE_EXTRA_OPTIONS}
Expand Down

0 comments on commit ce8d2e9

Please sign in to comment.