Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Commit

Permalink
Merge pull request #22 from patmarion/frames-without-vis
Browse files Browse the repository at this point in the history
Frames without vis
  • Loading branch information
david-german-tri authored and mwoehlke-kitware committed Dec 14, 2016
2 parents e7ff415 + 08ac893 commit 83d56d6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,13 @@ else()
SOURCE_DIR ${PROJECT_SOURCE_DIR}/bot2-lcmgl
BINARY_DIR ${PROJECT_BINARY_DIR}/bot2-lcmgl
CMAKE_CACHE_ARGS ${default_cmake_args} -DUSE_BOT_VIS:BOOL=${WITH_BOT_VIS})
checkbuild(bot2-lcmgl)

ExternalProject_Add(bot2-frames
SOURCE_DIR ${PROJECT_SOURCE_DIR}/bot2-frames
BINARY_DIR ${PROJECT_BINARY_DIR}/bot2-frames
CMAKE_CACHE_ARGS ${default_cmake_args}
DEPENDS bot2-core bot2-param bot2-lcmgl)

endif()

Expand Down

0 comments on commit 83d56d6

Please sign in to comment.