Bump up minimum cmake version to 3.10.2

This commit is contained in:
Sandy Carter
2023-02-18 18:48:43 -05:00
committed by Sandy
parent aaf627f912
commit 4e42ca1ef5
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ jobs:
name: Check compatibility with minimum cmake version
runs-on: ubuntu-latest
env:
CMAKE_VERSION: 3.6.0
CMAKE_VERSION: 3.10.2
steps:
- uses: actions/checkout@v2
with:

View File

@@ -8,7 +8,7 @@
# You should have received a copy of the CC0 Public Domain Dedication along with
# this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
cmake_minimum_required(VERSION 3.6.0) # version supported by android studio
cmake_minimum_required(VERSION 3.10.2) # version supported by android studio
project(bgfx)
cmake_policy(SET CMP0054 NEW)