Skip to content

Commit

Permalink
Backport windows fix (#437)
Browse files Browse the repository at this point in the history
Backport #436.

Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters authored Oct 10, 2022
1 parent 4ef1d65 commit 3b7995a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bullet/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ else()
EXECUTE_PROCESS(COMMAND ${CMAKE_COMMAND} -E create_symlink ${versioned} ${unversioned})
INSTALL(FILES ${PROJECT_BINARY_DIR}/${unversioned} DESTINATION ${IGNITION_PHYSICS_ENGINE_INSTALL_DIR})
endif()
EXECUTE_PROCESS(COMMAND ${CMAKE_COMMAND} -E create_symlink ${versioned} ${unversioned})
INSTALL(FILES ${PROJECT_BINARY_DIR}/${unversioned} DESTINATION ${IGNITION_PHYSICS_ENGINE_INSTALL_DIR})

# Testing
ign_build_tests(
Expand Down

0 comments on commit 3b7995a

Please sign in to comment.