zeek/auxil/vcpkg/ports/boost-cmake/no-honor-static.diff
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04: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()