Upgrade to cmake 3.10.2

Summary: This was recommended by my Android Studio 3.3 when starting up, so let's do this.

Reviewed By: jknoxville

Differential Revision: D13302768

fbshipit-source-id: c38601659bde4515d62b31efbd907b44304aafba
This commit is contained in:
Pascal Hartig
2018-12-05 15:44:04 -08:00
committed by Facebook Github Bot
parent dfd2e279bc
commit 03b5306459
7 changed files with 8 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ android {
}
externalNativeBuild {
cmake {
version CMAKE_VERSION
path './CMakeLists.txt'
}
}

View File

@@ -25,6 +25,7 @@ android {
externalNativeBuild {
cmake {
path './CMakeLists.txt'
version CMAKE_VERSION
}
}

View File

@@ -24,6 +24,7 @@ android {
externalNativeBuild {
cmake {
path 'libevent-release-2.1.9/CMakeLists.txt'
version CMAKE_VERSION
}
}
}

View File

@@ -24,7 +24,7 @@ android {
externalNativeBuild {
cmake {
path './CMakeLists.txt'
version CMAKE_VERSION
}
}
}
//'x86', 'x86_64', 'armeabi-v7a',

View File

@@ -25,6 +25,7 @@ android {
externalNativeBuild {
cmake {
path './CMakeLists.txt'
version CMAKE_VERSION
}
}
}