mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-14 18:49:14 +08:00
13 lines
265 B
Diff
13 lines
265 B
Diff
|
--- a/include/BoostInstall.cmake
|
||
|
+++ b/include/BoostInstall.cmake
|
||
|
@@ -458,7 +458,7 @@
|
||
|
|
||
|
endif()
|
||
|
|
||
|
- if("${LIB}" STREQUAL "boost_exception" OR "${LIB}" STREQUAL "boost_test_exec_monitor")
|
||
|
+ if(1)
|
||
|
|
||
|
# These two libraries are hardcoded to STATIC
|
||
|
|
||
|
else()
|