Skip to content

Commit

Permalink
Test on superbuild build tags - 2
Browse files Browse the repository at this point in the history
  • Loading branch information
MSECode committed Dec 17, 2024
1 parent 8afe79d commit 2e1ea78
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,16 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | sudo debconf-set-sel
cmake .. \
-G "$CMAKE_GENERATOR" \
-DCMAKE_BUILD_TYPE=${BUILD_TYPE} \
-DCMAKE_INSTALL_PREFIX=${INSTALL_DIR} \
#-DCMAKE_INSTALL_PREFIX=${INSTALL_DIR} \
-DNON_INTERACTIVE_BUILD:BOOL=ON \
-DROBOTOLOGY_ENABLE_CORE:BOOL=ON \
-DROBOTOLOGY_ENABLE_ICUB_HEAD:BOOL=ON \
-DROBOTOLOGY_USES_GAZEBO=OFF \
-DROBOTOLOGY_PROJECT_TAGS=${sbtag} \
#maybe remove for errors on children build with YCM
# maybe remove for errors on children build with YCM
#-DYCM_EP_INSTALL_DIR=${INSTALL_DIR} \
# -DFETCHCONTENT_QUIET:BOOL=ON \
# -DYCM_USE_CMAKE_PROPOSED:BOOL=ON \
#-DFETCHCONTENT_QUIET:BOOL=ON \
#-DYCM_USE_CMAKE_PROPOSED:BOOL=ON \
&&\
#Build all the projects &&\
cmake --build . -- ${CMAKE_EXTRA_OPTIONS}
Expand Down

0 comments on commit 2e1ea78

Please sign in to comment.