mirror of
https://github.com/charlesthobe/chdman.git
synced 2024-11-24 07:25:31 +00:00
Lower CMake version requirement to 3.12
This allows compiling chdman on a fresh Ubuntu 20.04 Docker container, without requiring a third-party repository for CMake (or building it from source). This is useful to create chdman binaries that work on many Linux distributions, including LTS ones.
This commit is contained in:
parent
789e6559cf
commit
11720395b1
@ -1,4 +1,4 @@
|
|||||||
cmake_minimum_required(VERSION 3.18)
|
cmake_minimum_required(VERSION 3.12)
|
||||||
project("chdman CBT edition")
|
project("chdman CBT edition")
|
||||||
set(build_version "0.238-CBT_edition")
|
set(build_version "0.238-CBT_edition")
|
||||||
set(vcs_revision "mame0238")
|
set(vcs_revision "mame0238")
|
||||||
|
Loading…
Reference in New Issue
Block a user