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