Skip to content

Commit 6ef5925

Browse files
traversaroahcorde
andauthored
Remove SHARED from pybind11_add_module (#2)
Signed-off-by: Silvio Traversaro <[email protected]> Co-authored-by: Alejandro Hernandez Cordero <[email protected]>
1 parent cbfaf92 commit 6ef5925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netperf_tool/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ find_package(pybind11 REQUIRED)
3434

3535
ament_python_install_package(${PROJECT_NAME})
3636

37-
pybind11_add_module(netperf_tool_impl SHARED
37+
pybind11_add_module(netperf_tool_impl
3838
src/client_node.cpp
3939
src/client_runner.cpp
4040
src/node_runner.cpp

0 commit comments

Comments
 (0)