Skip to content

Commit

Permalink
Reduce diff
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <mjcarroll@intrinsic.ai>
  • Loading branch information
mjcarroll committed Jan 9, 2024
1 parent 2d36397 commit 6fb31e5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ gz_find_package(gz-common5
REQUIRED_BY heightmap mesh dartsim tpe tpelib bullet)
set(GZ_COMMON_VER ${gz-common5_VERSION_MAJOR})

gz_find_package(gz-common5 COMPONENTS testing)
if(BUILD_TESTING)
gz_find_package(gz-common5 COMPONENTS testing)
endif()

#--------------------------------------
# Find gz-math
Expand Down
1 change: 0 additions & 1 deletion dartsim/src/AddedMassFeatures_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#include <dart/dynamics/BodyNode.hpp>

#include <gz/common/Console.hh>

#include <gz/math/eigen3.hh>
#include <gz/plugin/Loader.hh>

Expand Down
3 changes: 1 addition & 2 deletions dartsim/src/SDFFeatures_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
*
*/

#include <tuple>
#include <type_traits>

#include <dart/dynamics/BodyNode.hpp>
Expand All @@ -27,7 +26,7 @@

#include <gtest/gtest.h>

#include <gz/common/testing/TestPaths.hh>
#include <tuple>

#include <gz/plugin/Loader.hh>

Expand Down
1 change: 0 additions & 1 deletion dartsim/src/WorldFeatures_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#include <gtest/gtest.h>

#include <gz/common/Console.hh>

#include <gz/physics/FindFeatures.hh>
#include <gz/plugin/Loader.hh>
#include <gz/physics/RequestEngine.hh>
Expand Down

0 comments on commit 6fb31e5

Please sign in to comment.