File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 3939 rosdep update
4040
4141 vcs import --input "${{ github.workspace }}/src/tesseract_python/dependencies_with_ext.rosinstall" src/
42- if %errorlevel% neq 0 exit /b %errorlevel%
43-
42+
4443 rosdep install -q --from-paths . --ignore-src -y
45- if %errorlevel% neq 0 exit /b %errorlevel%
46-
44+
4745 catkin_make_isolated --install --use-ninja --force-cmake --only-pkg-with-deps tesseract_python --cmake-args -DCMAKE_BUILD_TYPE=Release -DPYTHON_EXECUTABLE=C:/opt/ros/noetic/x64/python.exe -DPYTHON_LIBRARY=C:/opt/ros/noetic/x64/Lib/python38.lib -DINSTALL_OMPL=ON -DINSTALL_OMPL_TAG=master -DBUILD_IPOPT=OFF -DBUILD_SNOPT=OFF -DINSTALL_FCL=ON -DINSTALL_BULLET=ON -DNO_OPENCL=ON
4846 if %errorlevel% neq 0 exit /b %errorlevel%
4947 call "%CD%\install_isolated\setup.bat"
You can’t perform that action at this time.
0 commit comments