Skip to content
Snippets Groups Projects
Commit 44aee0b8 authored by Marcel Loose's avatar Marcel Loose :sunglasses:
Browse files

Task #2699: Fixed link problem with Boost.Python in PyBDSM that was introduced...

Task #2699: Fixed link problem with Boost.Python in PyBDSM that was introduced with the latest CMake (2.8.11)
parent 1475c354
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ add_library(_cbdsm MODULE ...@@ -14,7 +14,7 @@ add_library(_cbdsm MODULE
num_util/num_util.cpp) num_util/num_util.cpp)
target_link_libraries(_cbdsm target_link_libraries(_cbdsm
${Boost_PYTHON_LIBRARY} ${BOOST_LIBRARIES}
minpack minpack
port3 port3
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment