Skip to content
Snippets Groups Projects
Commit 584e1790 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

public link to boost::python

parent c1e9107e
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ modernize_target_link_libraries(
${PYTHON_LIBRARIES}
INCLUDE_DIRS
${PYTHON_INCLUDE_DIRS})
target_link_boost_python(${PROJECT_NAME} PRIVATE)
target_link_boost_python(${PROJECT_NAME} PUBLIC)
if(SUFFIX_SO_VERSION)
set_target_properties(${PROJECT_NAME} PROPERTIES SOVERSION ${PROJECT_VERSION})
......
Subproject commit a7567987b03fcad59e68aa9c4bf4580af7551144
Subproject commit 1f0c5d5dca37fd04cd6cb55c29db49e8708f8144
......@@ -8,7 +8,6 @@ add_library(
pool-py.cc signal-base-py.cc signal-wrapper.cc)
target_link_libraries(${PYTHON_MODULE} PUBLIC ${PROJECT_NAME} eigenpy::eigenpy)
target_link_boost_python(${PYTHON_MODULE} PRIVATE)
# Remove prefix lib
set_target_properties(${PYTHON_MODULE} PROPERTIES PREFIX "")
......
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