Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTedrake committed Aug 10, 2015
1 parent c512b14 commit 3e967e9
Showing 1 changed file with 2 additions and 1 deletion.
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 3e967e9

Please sign in to comment.