Skip to content

Commit

Permalink
Merge pull request #1833 from jhoare/windows_workaround
Browse files Browse the repository at this point in the history
Windows workaround for bot_lcm_datatypes failures.
  • Loading branch information
RussTedrake committed Mar 9, 2016
2 parents 87f8d83 + 3a6e728 commit 5b75a6d
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 @@ -137,8 +137,8 @@ set(lcm_IS_PUBLIC TRUE)
set(libbot_GIT_REPOSITORY https://github.com/RobotLocomotion/libbot.git)
set(libbot_GIT_TAG 94fe5290329646959e1c27896d529abba81e6d93)
set(libbot_IS_PUBLIC TRUE)
set(bot_core_lcmtypes_GIT_REPOSITORY https://github.com/openhumanoids/bot_core_lcmtypes)
set(bot_core_lcmtypes_GIT_TAG d2617b85674fa83b371a5c57fabdbe468844f15e)
set(bot_core_lcmtypes_GIT_REPOSITORY https://github.com/jhoare/bot_core_lcmtypes)
set(bot_core_lcmtypes_GIT_TAG 15471b23faee6cdc48242eb2dfd4c816f0cbe88a)
set(bot_core_lcmtypes_IS_CMAKE_POD TRUE)
set(bot_core_lcmtypes_IS_PUBLIC TRUE)
set(meshconverters_GIT_REPOSITORY https://github.com/RobotLocomotion/meshConverters.git)
Expand Down

0 comments on commit 5b75a6d

Please sign in to comment.