Skip to content

Commit

Permalink
Fix dependency on libpython3.8 (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
richiware authored Mar 11, 2022
1 parent 5fec98f commit cf2303c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ if(UNIX AND CMAKE_SIZEOF_VOID_P EQUAL 8)
endif()

SWIG_LINK_LIBRARIES(\${\${PROJECT_NAME}_MODULE}
\${PYTHON_LIBRARIES}
Python3::Module
fastrtps
\${PROJECT_NAME}
$project.dependencies : {$it$}; separator=" "$
Expand Down

0 comments on commit cf2303c

Please sign in to comment.