We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd0ff96 + fc2fe79 commit 4db6a86Copy full SHA for 4db6a86
CMakeLists.txt
@@ -1,4 +1,4 @@
1
-cmake_minimum_required(VERSION 3.18)
+cmake_minimum_required(VERSION 3.20)
2
3
# Note: If C is not included as a language,
4
# FIND_LIBRARY_USE_LIB64_PATHS is ignored.
mfc.sh
@@ -312,7 +312,7 @@ else
312
fi
313
314
if [ "$bShouldInstallCMake" = true ]; then
315
- version="3.24.2"
+ version="3.25.2"
316
arch="$(uname -m)"
317
318
bErrorDoSelfDownload=false
0 commit comments