mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-11 21:58:31 +09:00
[Chore] (CMake): Add DOWNLOAD_EXTRACT_TIMESTAMP for benchmark fetch.
This commit is contained in:
@@ -10,6 +10,7 @@ FetchContent_Declare(
|
|||||||
benchmark
|
benchmark
|
||||||
GIT_REPOSITORY https://github.com/google/benchmark.git
|
GIT_REPOSITORY https://github.com/google/benchmark.git
|
||||||
GIT_TAG v1.9.4
|
GIT_TAG v1.9.4
|
||||||
|
DOWNLOAD_EXTRACT_TIMESTAMP TRUE
|
||||||
)
|
)
|
||||||
FetchContent_MakeAvailable(benchmark)
|
FetchContent_MakeAvailable(benchmark)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user