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