1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-02 09:03:37 +00:00

Revert cmake version back to 2.6 for GLideNHQ because it don't compile on Mac with 3.9

This commit is contained in:
Sergey Lipskiy 2021-01-06 12:30:42 +07:00
parent a44b58add1
commit 1c7b8914bc

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.9)
cmake_minimum_required(VERSION 2.6)
project( GLideNHQ )