Changeset 1406

Show
Ignore:
Timestamp:
08/01/08 11:16:27 (4 months ago)
Author:
timdewhirst
Message:

opl
- requires python lib only

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/openpluginlib/py/CMakeLists.txt

    r1398 r1406  
    2828LINK_DIRECTORIES ( ${OpenLibraries_BINARY_DIR}/src/openpluginlib/pl ) 
    2929TARGET_LINK_LIBRARIES ( ${NAME} ${PYTHON_LIBRARIES}  
    30                                 ${Boost_LIBRARIES} 
     30                                ${Boost_PYTHON_LIBRARIES} 
    3131                                ${XML2_LIBRARIES} 
    3232                                "openpluginlib_pl${LIBRARY_IDENTIFIER}" )