Skip to content

Commit 7600db6

Browse files
committed
Update cmake version
1 parent c6a8152 commit 7600db6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
cmake_minimum_required(VERSION "3.5")
15+
cmake_minimum_required(VERSION "3.10")
1616
set (CMAKE_CXX_STANDARD 17)
1717

1818
# Determine whether TinyInst should be build for arm64 or x86

third_party/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
cmake_minimum_required(VERSION "3.1")
15+
cmake_minimum_required(VERSION "3.10")
1616
set (CMAKE_CXX_STANDARD 17)
1717

1818
if (${ARCHITECTURE} MATCHES arm64)

0 commit comments

Comments
 (0)