diff --git a/CMakeLists.txt b/CMakeLists.txt index 8616569..5f042e6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,5 @@ cmake_minimum_required(VERSION 3.1...3.12) +cmake_policy(SET CMP0077 NEW) project(lua LANGUAGES C VERSION 5.4.7) option(LUA_SUPPORT_DL "Support dynamic loading of compiled modules" OFF)