mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 13:49:17 +02:00
require CMake version >= 3.12
This commit is contained in:
parent
3c6ce4e23b
commit
c79145b051
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
# FIXME: This CMakeLists.txt is only for Win32 platforms for now
|
# FIXME: This CMakeLists.txt is only for Win32 platforms for now
|
||||||
#
|
#
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 2.8.7)
|
cmake_minimum_required(VERSION 3.12)
|
||||||
project(chibi-scheme)
|
project(chibi-scheme)
|
||||||
|
|
||||||
include(CheckIncludeFile)
|
include(CheckIncludeFile)
|
||||||
|
|
Loading…
Add table
Reference in a new issue