[Chore] (CMake): Add DOWNLOAD_EXTRACT_TIMESTAMP for benchmark fetch.

This commit is contained in:
BZLZHH
2025-08-06 18:27:35 +08:00
parent fa2bf8b665
commit b44950bddd
+1
View File
@@ -10,6 +10,7 @@ FetchContent_Declare(
benchmark
GIT_REPOSITORY https://github.com/google/benchmark.git
GIT_TAG v1.9.4
DOWNLOAD_EXTRACT_TIMESTAMP TRUE
)
FetchContent_MakeAvailable(benchmark)