diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-08-27 23:21:55 +0200 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-08-27 23:22:16 +0200 |
commit | a52135f276cbbd127e213bd895467d4fea90ba06 (patch) | |
tree | 8a4d62ff9ac754ca366ed5fbd36e75b0252d323c /cmake/macros/ConfigureBoost.cmake | |
parent | 00475facf257c5bb4ffa76086d91bb82a8c2113b (diff) |
Core: Remove whitespace
Diffstat (limited to 'cmake/macros/ConfigureBoost.cmake')
-rw-r--r-- | cmake/macros/ConfigureBoost.cmake | 2 |
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()
|