mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-09-24 04:26:55 -04: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
|
- name: Setup cmake
|
||||||
uses: jwlawson/actions-setup-cmake@v1.13
|
uses: jwlawson/actions-setup-cmake@v1.13
|
||||||
with:
|
with:
|
||||||
# Use 2.8 for maximum backwards compatibility
|
# Use minimum supported version
|
||||||
cmake-version: '2.8.x'
|
cmake-version: '3.0.x'
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
shell: cmd
|
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)
|
project(isle CXX)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user