Skip to content

Commit 24eb14e

Browse files
committed
cmake: DOWNLOAD_EXTRACT_TIMESTAMP is not available on cmake 3.22
1 parent fb84a71 commit 24eb14e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ if(BUILD_TESTING)
9090
catch2
9191
URL https://github.com/catchorg/Catch2/archive/refs/tags/v3.12.0.zip
9292
URL_HASH MD5=f04aa334408d47e37aac534e34d1c861
93-
DOWNLOAD_EXTRACT_TIMESTAMP EXCLUDE_FROM_ALL
93+
EXCLUDE_FROM_ALL
9494
)
9595
FetchContent_MakeAvailable(catch2)
9696
include(${catch2_SOURCE_DIR}/extras/Catch.cmake)

0 commit comments

Comments
 (0)