Skip to content

Commit

Permalink
Bump version of CMake boilerplate tools (#645)
Browse files Browse the repository at this point in the history
* Bump version of CMake boilerplate tools

* Remove addition of non-existent benchmark directory
  • Loading branch information
marip8 authored Oct 19, 2021
1 parent ae693b5 commit af90b7f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dependencies.rosinstall
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- git:
local-name: ros_industrial_cmake_boilerplate
uri: https://github.com/ros-industrial/ros_industrial_cmake_boilerplate.git
version: 0.2.8
version: 0.2.12
- git:
local-name: opw_kinematics
uri: https://github.com/Jmeyer1292/opw_kinematics.git
Expand Down
2 changes: 1 addition & 1 deletion dependencies_with_ext.rosinstall
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- git:
local-name: ros_industrial_cmake_boilerplate
uri: https://github.com/ros-industrial/ros_industrial_cmake_boilerplate.git
version: 0.2.8
version: 0.2.12
- git:
local-name: tesseract_ext
uri: https://github.com/ros-industrial-consortium/tesseract_ext.git
Expand Down
4 changes: 0 additions & 4 deletions tesseract_state_solver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,6 @@ if(TESSERACT_ENABLE_TESTING)
add_subdirectory(test)
endif()

if(TESSERACT_ENABLE_BENCHMARKING)
add_subdirectory(test/benchmarks)
endif()

if(TESSERACT_PACKAGE)
tesseract_cpack(
VERSION ${pkg_extracted_version}
Expand Down

0 comments on commit af90b7f

Please sign in to comment.