mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 01:09:07 +08:00
054637a2ae
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
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()
|