Skip to content

Commit 0c2a98e

Browse files
committed
fix: DOWNLOAD_EXTRACT_TIMESTAMP
1 parent d1d7e9f commit 0c2a98e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fetch_ic_macros.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
include_guard(GLOBAL)
77

88
if(${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.24.0")
9-
set(download_extract_timestamp "DOWNLOAD_EXTRACT_TIMESTAMP true")
9+
set(download_extract_timestamp DOWNLOAD_EXTRACT_TIMESTAMP true)
1010
endif()
1111

1212
include(FetchContent)

0 commit comments

Comments
 (0)