summaryrefslogtreecommitdiffstats
path: root/lib/lua
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2014-01-15 12:01:03 +0100
committermadmaxoft <github@xoft.cz>2014-01-15 12:01:03 +0100
commitd23e743303d25eed44a91b0c4733ce55857038c0 (patch)
tree744aa242d4c942b7fcc26a6046a118b91c8906dd /lib/lua
parentCMake: MSVC builds use static CRT. (diff)
downloadcuberite-d23e743303d25eed44a91b0c4733ce55857038c0.tar
cuberite-d23e743303d25eed44a91b0c4733ce55857038c0.tar.gz
cuberite-d23e743303d25eed44a91b0c4733ce55857038c0.tar.bz2
cuberite-d23e743303d25eed44a91b0c4733ce55857038c0.tar.lz
cuberite-d23e743303d25eed44a91b0c4733ce55857038c0.tar.xz
cuberite-d23e743303d25eed44a91b0c4733ce55857038c0.tar.zst
cuberite-d23e743303d25eed44a91b0c4733ce55857038c0.zip
Diffstat (limited to 'lib/lua')
-rw-r--r--lib/lua/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/lua/CMakeLists.txt b/lib/lua/CMakeLists.txt
index 4a77578dd..9052da194 100644
--- a/lib/lua/CMakeLists.txt
+++ b/lib/lua/CMakeLists.txt
@@ -27,6 +27,7 @@ if (WIN32)
SET_TARGET_PROPERTIES(lua PROPERTIES PREFIX "../")
SET_TARGET_PROPERTIES(lua PROPERTIES IMPORT_PREFIX "../")
+ # Remove SCL warnings, we expect this library to have been tested safe
SET_TARGET_PROPERTIES(
lua PROPERTIES COMPILE_FLAGS "-D_CRT_SECURE_NO_WARNINGS"
)