vcpkg/ports/boost-cmake/no-honor-static.diff
Osyotr 054637a2ae
[boost] Update to 1.86.0 (#40465)
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2024-10-18 13:59:30 -07:00

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()