diff --git a/entry/src/main/cpp/CMakeLists.txt b/entry/src/main/cpp/CMakeLists.txt index c424818d8c504552fce16c3cc96933d83fc6a9bd..573e1b9f616135b0df2eef9a2ab07d3ec1950e60 100644 --- a/entry/src/main/cpp/CMakeLists.txt +++ b/entry/src/main/cpp/CMakeLists.txt @@ -1,5 +1,5 @@ # the minimum version of CMake. -cmake_minimum_required(VERSION 3.4.1) +cmake_minimum_required(VERSION 3.5.0) project(JSVM) set(NATIVERENDER_ROOT_PATH ${CMAKE_CURRENT_SOURCE_DIR})