Skip to content

Commit

Permalink
Merge pull request RobotLocomotion#1380 from rdeits/rd-py-lcmtypes
Browse files Browse the repository at this point in the history
Put the python lcmtypes into a new "lcmtypes" package
  • Loading branch information
RussTedrake committed Sep 30, 2015
2 parents 645aa00 + 9247c49 commit 448aff5
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 @@ -88,12 +88,12 @@ set(bullet_GIT_TAG 4319ffd7e9251066d93064f5a8dab12e33dbe5e2)
set(bullet_IS_PUBLIC TRUE)
set(bullet_IS_CMAKE_POD TRUE)
set(cmake_GIT_REPOSITORY https://github.com/RobotLocomotion/cmake.git)
set(cmake_GIT_TAG 3ca531594097919f0c9784585ecb32fe0df15404)
set(cmake_GIT_TAG 2c4ee11aa719ad548df7eaf3c7047a98c6e3e01c)
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 2bbd3cbbd4c06268b75263aca5056e9022c91bce)
set(director_GIT_TAG ce35723e54707787c5e31872231abefd93cf918f)
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)
Expand Down

0 comments on commit 448aff5

Please sign in to comment.