Gtk: Lower CMake required version.

This commit is contained in:
BearOso 2023-02-04 11:59:52 -06:00
parent 7fa64f4781
commit c3366477a7
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.20)
cmake_minimum_required(VERSION 3.18)
project(snes9x-gtk VERSION 1.61)
option(USE_SLANG "Build support for slang-type shaders" ON)