diff --git a/android/CMakeLists.txt b/android/CMakeLists.txt index 6eab6e33..29f2dd22 100644 --- a/android/CMakeLists.txt +++ b/android/CMakeLists.txt @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -cmake_minimum_required(VERSION 3.6.0) +cmake_minimum_required(VERSION 3.10.0) project("webcrypto" LANGUAGES C) enable_language(ASM) diff --git a/linux/CMakeLists.txt b/linux/CMakeLists.txt index 4366cc7a..45a69cf5 100644 --- a/linux/CMakeLists.txt +++ b/linux/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.6.0) +cmake_minimum_required(VERSION 3.10.0) set(PROJECT_NAME "webcrypto") project(${PROJECT_NAME} LANGUAGES C CXX) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 8799b5aa..86e65e89 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -21,7 +21,7 @@ # # This script is very similar to platform specific build scripts. -cmake_minimum_required(VERSION 3.6.0) +cmake_minimum_required(VERSION 3.10.0) project(webcrypto) enable_language(ASM)