forked from RobotLocomotion/drake
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request RobotLocomotion#1424 from patmarion/fix-externals-…
…prereqs update the sha1 external for director and signalscope for new prereqs
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -95,7 +95,7 @@ set(cmake_GIT_CLONE_DIR "${PROJECT_SOURCE_DIR}/drake/cmake") | |
set(cmake_NO_BUILD TRUE) | ||
set(cmake_IS_PUBLIC TRUE) | ||
set(director_GIT_REPOSITORY https://github.com/RobotLocomotion/director.git) | ||
set(director_GIT_TAG 9e2cfbc3812cb5c12915981fe63fed76e711e1b7) | ||
set(director_GIT_TAG d8bb50aaacf776f684853235377913d077bb7c19) | ||
set(director_SOURCE_DIR ${PROJECT_SOURCE_DIR}/externals/director/distro/pods/drake-distro) | ||
set(director_IS_PUBLIC TRUE) | ||
set(eigen_GIT_REPOSITORY https://github.com/RobotLocomotion/eigen-pod.git) | ||
|
@@ -137,7 +137,7 @@ set(sedumi_GIT_REPOSITORY [email protected]:RobotLocomotion/sedumi.git) | |
set(sedumi_GIT_TAG 8263577d4ab375524060c19369ccf410133bb9eb) | ||
set(sedumi_IS_PUBLIC FALSE) | ||
set(signalscope_GIT_REPOSITORY https://github.com/mitdrc/signal-scope.git) | ||
set(signalscope_GIT_TAG bd891bb2a8284a969086b7f286462572e5698855) | ||
set(signalscope_GIT_TAG dfbcfd80d381525deb91ed0a1c19bd6928a5eacd) | ||
set(signalscope_IS_PUBLIC TRUE) | ||
set(snopt_GIT_REPOSITORY [email protected]:RobotLocomotion/snopt.git) | ||
set(snopt_GIT_TAG 95d908275156f2665ef3941f08cb89c767480a6e) | ||
|