Skip to content

Commit

Permalink
Merge pull request #99 from 0wu/0wu.google-benchmark
Browse files Browse the repository at this point in the history
Update ros-humble-google-benchmark-vendor.patch to reflect upstream change
  • Loading branch information
Tobias-Fischer authored Sep 14, 2023
2 parents 26c266b + ed39369 commit 1a86185
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions patch/ros-humble-google-benchmark-vendor.patch
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ index d5e34a0..5eb4fae 100644

macro(build_benchmark)
set(extra_cmake_args)
@@ -79,18 +73,6 @@ macro(build_benchmark)
@@ -80,18 +73,6 @@ macro(build_benchmark)
)
endmacro()

-if(NOT benchmark_FOUND OR "${benchmark_VERSION}" VERSION_LESS 1.6.1)
-if(NOT benchmark_FOUND OR "${benchmark_VERSION}" VERSION_LESS 1.5.3)
- build_benchmark()
-elseif(benchmark_FOUND)
- # Ubuntu Focal and Jammy have a packaging bug where libbenchmark_main has no symbols,
Expand Down

0 comments on commit 1a86185

Please sign in to comment.