File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -89,11 +89,10 @@ if(BUILD_SHARED_LIBS)
89
89
)
90
90
endif ()
91
91
92
- # TODO: Fix installing dartpy to site-packages directory
93
92
# Install the pybind module to site-packages directory
94
- # install(TARGETS ${pybind_module}
95
- # LIBRARY DESTINATION "${PYTHON_SITE_PACKAGES}"
96
- # )
93
+ install (TARGETS ${pybind_module}
94
+ LIBRARY DESTINATION "${PYTHON_SITE_PACKAGES} "
95
+ )
97
96
98
97
list (REMOVE_ITEM dartpy_headers
99
98
${CMAKE_CURRENT_LIST_DIR} /eigen_geometry_pybind.h
Original file line number Diff line number Diff line change @@ -270,5 +270,5 @@ if [ "$BUILD_DARTPY" = "ON" ]; then
270
270
echo " Info: Running a Python example..."
271
271
echo $PYTHONPATH
272
272
cd $source_dir /python/examples/hello_world
273
- # python3 main.py
273
+ python3 main.py
274
274
fi
You can’t perform that action at this time.
0 commit comments