Skip to content

Commit f9f8934

Browse files
committed
Revert "Downgrade CMake from 3.22 to 3.16"
This reverts commit 7bc4d74.
1 parent 7bc4d74 commit f9f8934

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.16)
1+
cmake_minimum_required(VERSION 3.22)
22

33
project(jsonata
44
VERSION 0.1.1
@@ -99,6 +99,7 @@ if(JSONATA_BUILD_TESTS)
9999
FetchContent_Declare(
100100
googletest
101101
URL https://github.com/google/googletest/archive/refs/tags/v1.17.0.zip
102+
DOWNLOAD_EXTRACT_TIMESTAMP true
102103
)
103104
FetchContent_MakeAvailable(googletest)
104105

0 commit comments

Comments
 (0)