mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2024-12-05 00:38:00 +01:00
cmake: require 3.6
This is the lowest version of CMake used by our toolchains now.
This commit is contained in:
parent
cb0f4f6ba7
commit
d1f98ba267
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 2.8)
|
||||
cmake_minimum_required(VERSION 3.6)
|
||||
|
||||
project(libsuperderpy C)
|
||||
|
||||
|
|
Loading…
Reference in a new issue