ament / google_benchmark_vendor

Vendor package for providing Google Benchmark
Apache License 2.0
1 stars 7 forks source link

Use git hash for google_benchmark_vendor #20

Closed sloretz closed 2 years ago

sloretz commented 2 years ago

CMake ExternalProject_add recommends using a specific git hash with GIT_TAG because branches and tags can be updated to point to different references.

https://cmake.org/cmake/help/latest/module/ExternalProject.html

Signed-off-by: Shane Loretz sloretz@osrfoundation.org

sloretz commented 2 years ago

CI (build: --packages-above-and-dependencies google_benchmark_vendor test: --packages-select google_benchmark_vendor)