From 8d3bb3efc16233fe5ff7a53d87ddbecedf0b9ce8 Mon Sep 17 00:00:00 2001 From: Qingnan Zhou Date: Tue, 10 Feb 2026 13:43:26 -0500 Subject: [PATCH] Avoid shipping static boost in wheel. --- modules/volume/python/CMakeLists.txt | 9 --------- 1 file changed, 9 deletions(-) diff --git a/modules/volume/python/CMakeLists.txt b/modules/volume/python/CMakeLists.txt index 0a75ae94..bda6e5a0 100644 --- a/modules/volume/python/CMakeLists.txt +++ b/modules/volume/python/CMakeLists.txt @@ -31,13 +31,4 @@ if(SKBUILD) ) endif() endforeach() - - install( - TARGETS - boost_container - boost_iostreams - boost_random - DESTINATION ${SKBUILD_PLATLIB_DIR}/lagrange - COMPONENT Lagrange_Python_Runtime - ) endif()