Skip to content

Commit

Permalink
Remove an extra symlink on all platforms (#482)
Browse files Browse the repository at this point in the history
This should be restricted to non-Windows platforms and looks like an
erroneous copy-paste.

Signed-off-by: Michael Carroll <michael@openrobotics.org>
  • Loading branch information
mjcarroll authored Mar 3, 2023
1 parent a9861f8 commit 4d0d688
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bullet-featherstone/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,3 @@ else()
EXECUTE_PROCESS(COMMAND ${CMAKE_COMMAND} -E create_symlink ${versioned} ${unversioned})
INSTALL(FILES ${PROJECT_BINARY_DIR}/${unversioned} DESTINATION ${GZ_PHYSICS_ENGINE_INSTALL_DIR})
endif()
EXECUTE_PROCESS(COMMAND ${CMAKE_COMMAND} -E create_symlink ${versioned} ${unversioned})
INSTALL(FILES ${PROJECT_BINARY_DIR}/${unversioned} DESTINATION ${GZ_PHYSICS_ENGINE_INSTALL_DIR})

0 comments on commit 4d0d688

Please sign in to comment.