From c19bcf03a13a566175732272207b997789a5c1d8 Mon Sep 17 00:00:00 2001 From: staphen Date: Mon, 31 Mar 2025 23:20:27 -0400 Subject: [PATCH] Introduce max policy version for compatibility with newer CMake versions --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0eaa24d..8616569 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.1) +cmake_minimum_required(VERSION 3.1...3.12) project(lua LANGUAGES C VERSION 5.4.7) option(LUA_SUPPORT_DL "Support dynamic loading of compiled modules" OFF)