Update CMakeLists.txt

This commit is contained in:
c8ef 2024-08-24 11:24:46 +08:00 committed by GitHub
parent d518d14b92
commit 0f13df12ee
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -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)