summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorWarmist2012-04-15 01:20:59 +0300
committerWarmist2012-04-15 01:20:59 +0300
commite686b1c8e280051e20ba187bc4ea66ebedc21f97 (patch)
tree624ee7901ba55de5e2804af41dcac14b62a8b151 /CMakeLists.txt
parent451f07ecb45ac7ddd84d4e586ea6681ff9153c41 (diff)
downloaddfhack-e686b1c8e280051e20ba187bc4ea66ebedc21f97.tar.gz
dfhack-e686b1c8e280051e20ba187bc4ea66ebedc21f97.tar.bz2
dfhack-e686b1c8e280051e20ba187bc4ea66ebedc21f97.tar.xz
Orbital nuking of C4819 (code-page warning)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3cbbe6a1..e39784ad 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -14,6 +14,9 @@ endif(CMAKE_CONFIGURATION_TYPES)
cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
project(dfhack)
+# disable C4819 code-page warning
+add_definitions( "/wd4819" )
+
# set up folder structures for IDE solutions
# MSVC Express won't load solutions that use this. It also doesn't include MFC supported
# Check for MFC!