aboutsummaryrefslogtreecommitdiff
path: root/cmake/macros/ConfigureBoost.cmake
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2014-08-28 21:00:53 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2014-08-28 21:00:53 +0200
commit3a248fbfec34fe80170dfb8c50b971858fb1e488 (patch)
tree4bf46d335d77b77a7abfb5f84f00b2073c6b636b /cmake/macros/ConfigureBoost.cmake
parentc0c708cf02631118eaab093c43ab8c0b88dcbae2 (diff)
parentd6dbe52e64b1e6421b34877acd14b6008de97fa5 (diff)
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
Conflicts: src/server/game/Battlegrounds/BattlegroundScore.h
Diffstat (limited to 'cmake/macros/ConfigureBoost.cmake')
-rw-r--r--cmake/macros/ConfigureBoost.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/macros/ConfigureBoost.cmake b/cmake/macros/ConfigureBoost.cmake
index ae5ac633ce2..3d3791b8a93 100644
--- a/cmake/macros/ConfigureBoost.cmake
+++ b/cmake/macros/ConfigureBoost.cmake
@@ -20,7 +20,7 @@ if(WIN32)
set(Boost_USE_STATIC_LIBS ON)
set(Boost_USE_MULTITHREADED ON)
set(Boost_USE_STATIC_RUNTIME OFF)
-
+
get_WIN32_WINNT(ver)
add_definitions(-D_WIN32_WINNT=${ver})
endif()