From 0f13df12ee5c37e37d2524c6abc86ba0c727b56c Mon Sep 17 00:00:00 2001 From: c8ef Date: Sat, 24 Aug 2024 11:24:46 +0800 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 34e104e1..a7177283 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,6 +14,7 @@ option(LUAU_STATIC_CRT "Link with the static CRT (/MT)" OFF) option(LUAU_EXTERN_C "Use extern C for all APIs" OFF) cmake_policy(SET CMP0054 NEW) +cmake_policy(SET CMP0057 NEW) cmake_policy(SET CMP0091 NEW) if(LUAU_STATIC_CRT)