Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 667728 | Differences between
and this patch

Collapse All | Expand All

(-)a/python/PyAlembic/CMakeLists.txt (-2 / +2 lines)
Lines 33-42 Link Here
33
##
33
##
34
##-*****************************************************************************
34
##-*****************************************************************************
35
35
36
MESSAGE(STATUS "Boost_PYTHON_LIBRARY: ${Boost_PYTHON_LIBRARY}")
36
MESSAGE(STATUS "Boost_PYTHON2.7_LIBRARY_RELEASE: ${Boost_PYTHON2.7_LIBRARY_RELEASE}")
37
37
38
# set core libs
38
# set core libs
39
IF (Boost_PYTHON_LIBRARY AND ALEMBIC_PYTHON_LIBRARY)
39
IF (Boost_PYTHON2.7_LIBRARY_RELEASE AND ALEMBIC_PYTHON_LIBRARY)
40
    MESSAGE(STATUS "Found libboost_python: ${Boost_PYTHON_LIBRARY}")
40
    MESSAGE(STATUS "Found libboost_python: ${Boost_PYTHON_LIBRARY}")
41
    SET(PLIBS ${ALEMBIC_PYTHON_LIBRARY} ${Boost_PYTHON_LIBRARY})
41
    SET(PLIBS ${ALEMBIC_PYTHON_LIBRARY} ${Boost_PYTHON_LIBRARY})
42
42

Return to bug 667728