Skip to content

Commit

Permalink
Merge pull request #1842 from RussTedrake/use_bullet_fork
Browse files Browse the repository at this point in the history
use fork instead of patch
  • Loading branch information
RussTedrake committed Mar 10, 2016
2 parents 5b75a6d + f08e910 commit 08a9e06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ set(avl_IS_PUBLIC TRUE)
set(bertini_GIT_REPOSITORY [email protected]:RobotLocomotion/bertini.git)
set(bertini_GIT_TAG 3ae3e3ad3534acb4b6f7a4c3c22728b493beaa80)
set(bertini_IS_PUBLIC FALSE)
set(bullet_GIT_REPOSITORY https://github.com/RobotLocomotion/bullet-pod.git)
set(bullet_GIT_TAG 248df52f24ff149a8df57f3958f739d8cc6f4e57)
set(bullet_GIT_REPOSITORY https://github.com/billhoffman/bullet-pod.git)
set(bullet_GIT_TAG 914fae2859af4da91b201e151900270cb137af5a)
set(bullet_IS_PUBLIC TRUE)
set(bullet_IS_CMAKE_POD TRUE)
set(cmake_GIT_REPOSITORY https://github.com/RobotLocomotion/cmake.git)
Expand Down

0 comments on commit 08a9e06

Please sign in to comment.