From 5a7ede59577cff0f556a1aad13b72fec9f3b6d96 Mon Sep 17 00:00:00 2001 From: karutoh Date: Wed, 7 Feb 2024 23:19:15 -0800 Subject: [PATCH] Changed CMake version. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 151442d..caa3900 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.25.1) +cmake_minimum_required(VERSION 3.13.1) set(IS_OS_WINDOWS FALSE) set(IS_OS_LINUX FALSE)