diff --git a/CMakeLists.txt b/CMakeLists.txt index c64ed8d..400abc6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,7 +56,7 @@ macro(build_benchmark) externalproject_add(benchmark-${GOOGLE_BENCHMARK_TARGET_VERSION} GIT_REPOSITORY https://github.com/google/benchmark.git - GIT_TAG v${GOOGLE_BENCHMARK_TARGET_VERSION} + GIT_TAG c05843a9f622db08ad59804c190f98879b76beba # v${GOOGLE_BENCHMARK_TARGET_VERSION} GIT_CONFIG advice.detachedHead=false # Suppress git update due to https://gitlab.kitware.com/cmake/cmake/-/issues/16419 # See https://github.com/ament/uncrustify_vendor/pull/22 for details