mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-26 23:10:35 +00:00
cmake: bump minimum version
This commit is contained in:
parent
889fd886f0
commit
67115e32d3
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -45,8 +45,8 @@ jobs:
|
||||
- name: Setup cmake
|
||||
uses: jwlawson/actions-setup-cmake@v1.13
|
||||
with:
|
||||
# Use 2.8 for maximum backwards compatibility
|
||||
cmake-version: '2.8.x'
|
||||
# Use minimum supported version
|
||||
cmake-version: '3.0.x'
|
||||
|
||||
- name: Build
|
||||
shell: cmd
|
||||
|
@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 2.8...3.5 FATAL_ERROR)
|
||||
cmake_minimum_required(VERSION 3.0...3.5 FATAL_ERROR)
|
||||
|
||||
project(isle CXX)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user