mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:59:01 +08:00
23 lines
617 B
Diff
23 lines
617 B
Diff
From 21dd691c8ac8d60f49cd051193402187f6912f92 Mon Sep 17 00:00:00 2001
|
|
From: Robert Schumacher <roschuma@microsoft.com>
|
|
Date: Fri, 23 Feb 2018 03:29:09 -0800
|
|
Subject: [PATCH 3/3] disable boost autolink
|
|
|
|
|
|
diff --git a/cmake/WtFindBoost-cmake.txt b/cmake/WtFindBoost-cmake.txt
|
|
index b708803..b0c2846 100644
|
|
--- a/cmake/WtFindBoost-cmake.txt
|
|
+++ b/cmake/WtFindBoost-cmake.txt
|
|
@@ -89,7 +89,7 @@ IF (Boost_FOUND)
|
|
SET(BOOST_WTHTTP_MT_FOUND TRUE)
|
|
SET(BOOST_WTHTTP_FOUND TRUE)
|
|
|
|
- IF(MSVC)
|
|
+ IF(MSVC AND 0)
|
|
# use autolink
|
|
SET(BOOST_WT_LIBRARIES "")
|
|
SET(BOOST_WTHTTP_LIBRARIES "")
|
|
--
|
|
2.16.2.windows.1
|
|
|