mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-03 18:30:54 +01:00
Update CMakeLists.txt
This commit is contained in:
parent
d518d14b92
commit
0f13df12ee
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
option(LUAU_EXTERN_C "Use extern C for all APIs" OFF)
|
||||||
|
|
||||||
cmake_policy(SET CMP0054 NEW)
|
cmake_policy(SET CMP0054 NEW)
|
||||||
|
cmake_policy(SET CMP0057 NEW)
|
||||||
cmake_policy(SET CMP0091 NEW)
|
cmake_policy(SET CMP0091 NEW)
|
||||||
|
|
||||||
if(LUAU_STATIC_CRT)
|
if(LUAU_STATIC_CRT)
|
||||||
|
|
Loading…
Add table
Reference in a new issue