Skip to content

Commit

Permalink
Disable grid_map_core benchmark comparison until they fix their cmake.
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanFabian committed Sep 3, 2024
1 parent df6009d commit 68986b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hector_math/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ if (${benchmark_FOUND})
# Iterator benchmark
add_executable(benchmark_iterators benchmark/iterators.cpp)
# Disabled until grid_map_core fixes their pollution of the definitions
find_package(grid_map_core QUIET)
#find_package(grid_map_core QUIET)
if (${grid_map_core_FOUND})
target_compile_definitions(benchmark_iterators PRIVATE BENCHMARK_ENABLE_GRIDMAP)
target_link_libraries(benchmark_iterators PRIVATE grid_map_core::grid_map_core)
Expand Down

0 comments on commit 68986b2

Please sign in to comment.