mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 20:21:37 +08:00
e8c4f36b87
* Updated to the 5.3.1 release of Bond. * Removed now-redundant 0003_rename_gbc_during_install.patch. * Regenerated other patches.
24 lines
824 B
Diff
24 lines
824 B
Diff
diff --git a/cmake/Config.cmake b/cmake/Config.cmake
|
|
index c6e2b40d..d8b4d689 100644
|
|
--- a/cmake/Config.cmake
|
|
+++ b/cmake/Config.cmake
|
|
@@ -35,7 +35,7 @@ if (MSVC)
|
|
# Bond with MSVC CRT-specific code too much. More details at
|
|
# https://msdn.microsoft.com/en-us/library/ms175759.aspx
|
|
add_definitions (-D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1 -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1)
|
|
- set (Boost_USE_STATIC_LIBS ON)
|
|
+ set (Boost_USE_STATIC_LIBS OFF)
|
|
endif (MSVC)
|
|
|
|
if (WIN32)
|
|
@@ -106,9 +106,6 @@ if (DEFINED ENV{APPVEYOR} AND ("$ENV{BOND_BUILD}" STREQUAL "C++"))
|
|
endif()
|
|
endif()
|
|
|
|
-# disable Boost auto-linking
|
|
-add_definitions (-DBOOST_ALL_NO_LIB)
|
|
-
|
|
# VS2015U2 fixed a bug with atomics and emits a warning without this definition.
|
|
add_definitions (-D_ENABLE_ATOMIC_ALIGNMENT_FIX)
|
|
|