mirror of
https://github.com/yuzu-mirror/dynarmic.git
synced 2026-04-21 06:03:42 +00:00
CMakeLists: Lower cmake version requirement from 3.4.1 to 3.2
This commit is contained in:
parent
e83a2bacad
commit
f1c988aa8d
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 3.4.1)
|
||||
cmake_minimum_required(VERSION 3.2 FATAL_ERROR)
|
||||
project(dynarmic CXX)
|
||||
|
||||
# Dynarmic project options
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue