mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 00:29:01 +08:00
14 lines
320 B
Diff
14 lines
320 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 99698a2..454bae6 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -252,7 +252,7 @@ else()
|
|
|
|
set(Boost_USE_STATIC_RUNTIME ON)
|
|
endif()
|
|
- set(Boost_USE_STATIC_LIBS ON)
|
|
+ set(Boost_USE_STATIC_LIBS OFF)
|
|
add_library(torrent-rasterbar STATIC ${sources2})
|
|
endif()
|
|
|