Skip to content

Commit 2492b00

Browse files
committed
added suggested arg to fetch_content.cmake
1 parent 10faa57 commit 2492b00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/fetch_content.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ function(fetch_content)
1212
FetchContent_Declare(${ARGV}
1313
GIT_SHALLOW 1
1414
GIT_PROGRESS TRUE
15+
DOWNLOAD_EXTRACT_TIMESTAMP TRUE
1516
SYSTEM
1617
)
1718
FetchContent_MakeAvailable(${ARGV0})

0 commit comments

Comments
 (0)