Skip to content

Commit 6911ad6

Browse files
committed
style: remove commented out lines in cmake
After testing that the pip installation works, the lines that install pinocchio with fetchcontent are removed.
1 parent 85272ab commit 6911ad6

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

CMakeLists.txt

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,6 @@ find_package(glfw3 REQUIRED)
5050
find_package(Python3 COMPONENTS Interpreter Development REQUIRED)
5151
find_package(MuJoCo REQUIRED)
5252

53-
#FetchContent_Declare(pinocchio
54-
# OVERRIDE_FIND_PACKAGE
55-
# GIT_REPOSITORY https://github.com/stack-of-tasks/pinocchio.git
56-
# GIT_TAG v3.3.0
57-
# GIT_PROGRESS TRUE
58-
# EXCLUDE_FROM_ALL
59-
#)
6053
FetchContent_Declare(
6154
libfranka
6255
GIT_REPOSITORY https://github.com/frankaemika/libfranka.git
@@ -100,13 +93,6 @@ add_library(mujoco_ui_lib ${MuJoCo_UI_DIR}/glfw_adapter.cc ${MuJoCo_UI_DIR}/plat
10093
target_link_libraries(mujoco_ui_lib MuJoCo::MuJoCo glfw)
10194
target_include_directories(mujoco_ui_lib INTERFACE ${MuJoCo_UI_DIR})
10295

103-
#FetchContent_MakeAvailable(pinocchio)
104-
#install(TARGETS pinocchio_parsers DESTINATION rcsss COMPONENT python_package)
105-
#install(TARGETS pinocchio_default DESTINATION rcsss COMPONENT python_package)
106-
107-
# Set the rpath to include the path where the libraries are installed
108-
# set(CMAKE_INSTALL_RPATH "$ORIGIN")
109-
11096
FetchContent_MakeAvailable(libfranka rl pybind11)
11197

11298
if (${INCLUDE_UTN_MODELS})

0 commit comments

Comments
 (0)