From: vsr Date: Wed, 13 Oct 2021 07:04:37 +0000 (+0300) Subject: bos #26520 Boost::python library is incorrectly treated X-Git-Tag: V9_8_0a1~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=29bb2de1e6d10fe7ffc36db431d604f1b0764da0;p=modules%2Fkernel.git bos #26520 Boost::python library is incorrectly treated --- diff --git a/src/Container/CMakeLists.txt b/src/Container/CMakeLists.txt index cb1dc3453..a289e76cd 100644 --- a/src/Container/CMakeLists.txt +++ b/src/Container/CMakeLists.txt @@ -60,7 +60,7 @@ SET(COMMON_LIBS SalomeIDLKernel ${OMNIORB_LIBRARIES} ${PYTHON_LIBRARIES} - ${Boost_PYTHON_LIBRARY} + ${Boost_PYTHON3_LIBRARY} ) IF(WITH_MPI_SEQ_CONTAINER)