Skip to content

Commit

Permalink
Merge pull request RobotLocomotion#1236 from RussTedrake/lcm_w_cmake
Browse files Browse the repository at this point in the history
use the cmake branch of lcm
  • Loading branch information
RussTedrake committed Aug 10, 2015
2 parents aa4442c + daa00c7 commit e3fdc41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 1 addition & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,7 @@ set(gurobi_GIT_TAG beb0a84a1bcca1eb81a1b87d9fa140f2134d97e9)
set(iris_GIT_REPOSITORY https://github.com/rdeits/iris-distro.git)
set(iris_GIT_TAG 13468e0ea38e72ffae030adaa31e3015ea5f3ce0)
set(lcm_GIT_REPOSITORY https://github.com/RobotLocomotion/lcm-pod.git)
if (WIN32) # then use the cmake branch of lcm
set(lcm_GIT_TAG f828ee126532ceb24f10a7ca74e5acc7c2093c12)
else()
set(lcm_GIT_TAG c537a9029b4b53fa7602acfc1467d93291fcc55e)
endif()
set(lcm_GIT_TAG f072e9a54ae168503de8f9b96a70205d56ff5788) # cmake branch
set(libbot_GIT_REPOSITORY https://github.com/RobotLocomotion/libbot.git)
set(libbot_GIT_TAG c8c251cf2fe0954e5c4954a3e7c1e7a43a882492)
set(mosek_GIT_REPOSITORY https://github.com/RobotLocomotion/mosek.git)
Expand Down
3 changes: 2 additions & 1 deletion drake/systems/controllers/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ if (gurobi_FOUND)
REQUIRES drake-control-util
VERSION 0.0.1)

if (LCM_FOUND)
pods_find_pkg_config(bot2-lcmgl-client)
if (LCM_FOUND AND bot2-lcmgl-client_FOUND)
add_executable(zmpCoMObserverStateVisualizer zmpCoMObserverStateVisualizer.cpp)
pods_use_pkg_config_packages(zmpCoMObserverStateVisualizer lcm bot2-lcmgl-client)
target_link_libraries(zmpCoMObserverStateVisualizer drake_lcmtypes)
Expand Down

0 comments on commit e3fdc41

Please sign in to comment.