From 5861db0193094ac98bc0d0e71bc5b8ecc2590125 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sun, 6 Oct 2019 09:14:43 +0800 Subject: Dumb build doesn't need OpenAL. mxe currently only have cmake 3.10 and SMELT builds fine with it. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 6b54346..1aa8984 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ project (smelt) -cmake_minimum_required(VERSION 3.11) +cmake_minimum_required(VERSION 3.10) option (BUILD_DUMB "Disable sound support" OFF) option (BUILD_EXTENSIONS "Build extensions" ON) -- cgit v1.2.3