summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorWarmist2012-04-15 01:27:02 +0300
committerWarmist2012-04-15 01:27:02 +0300
commitf235d8f371082e4bc9bb17651eb7d3cc6fb5e54e (patch)
treee201bd23dab443e766e4bbb528ba2d0b9e976bb4 /CMakeLists.txt
parente686b1c8e280051e20ba187bc4ea66ebedc21f97 (diff)
downloaddfhack-f235d8f371082e4bc9bb17651eb7d3cc6fb5e54e.tar.gz
dfhack-f235d8f371082e4bc9bb17651eb7d3cc6fb5e54e.tar.bz2
dfhack-f235d8f371082e4bc9bb17651eb7d3cc6fb5e54e.tar.xz
Orbital nuking was bit excessive...
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e39784ad..01b7c580 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -14,8 +14,10 @@ endif(CMAKE_CONFIGURATION_TYPES)
cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
project(dfhack)
+if(MSVC)
# disable C4819 code-page warning
add_definitions( "/wd4819" )
+endif()
# set up folder structures for IDE solutions
# MSVC Express won't load solutions that use this. It also doesn't include MFC supported