Skip to content

Commit da4f124

Browse files
cibgoglin
authored andcommitted
contrib/android: require cmake 3.18.1
Recent gradle gets strange handshake errors with the cmake server otherwise. https://issuetracker.google.com/issues/194020297 Signed-off-by: Brice Goglin <[email protected]>
1 parent 023d352 commit da4f124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/android/AndroidApp/lstopo/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ android {
5050
externalNativeBuild {
5151
cmake {
5252
path "src/main/cpp/CMakeLists.txt"
53-
version "3.7.2+"
53+
version "3.18.1+"
5454
}
5555
}
5656
namespace "com.hwloc.lstopo"

0 commit comments

Comments
 (0)