Skip to content

Commit 4db6a86

Browse files
authored
Merge pull request #93 from henryleberre/master
Fixes #92
2 parents bd0ff96 + fc2fe79 commit 4db6a86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.18)
1+
cmake_minimum_required(VERSION 3.20)
22

33
# Note: If C is not included as a language,
44
# FIND_LIBRARY_USE_LIB64_PATHS is ignored.

mfc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ else
312312
fi
313313

314314
if [ "$bShouldInstallCMake" = true ]; then
315-
version="3.24.2"
315+
version="3.25.2"
316316
arch="$(uname -m)"
317317

318318
bErrorDoSelfDownload=false

0 commit comments

Comments
 (0)