mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-03-04 21:26:06 +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
Reference in a new issue