Skip to content

Commit

Permalink
Add FRAMEWORK_COMPILE_JointPositionTrackingApplication cmake option
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRomualdi committed Nov 11, 2020
1 parent 2539ce0 commit 20a7f03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions cmake/BipedalLocomotionFrameworkFindDependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -186,3 +186,6 @@ framework_dependent_option(FRAMEWORK_COMPILE_FloatingBaseEstimators
"Compile FloatingBaseEstimators libraries?" ON
"FRAMEWORK_USE_manif" OFF)

framework_dependent_option(FRAMEWORK_COMPILE_JointPositionTrackingApplication
"Compile joint-position-tracking application?" ON
"FRAMEWORK_COMPILE_YarpImplementation;FRAMEWORK_COMPILE_Planners;FRAMEWORK_COMPILE_RobotInterface" OFF)
2 changes: 1 addition & 1 deletion utilities/joint-position-tracking/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# GNU Lesser General Public License v2.1 or any later version.
# Authors: Giulio Romualdi

if(FRAMEWORK_COMPILE_YarpImplementation AND FRAMEWORK_COMPILE_Planners)
if(FRAMEWORK_COMPILE_JointPositionTrackingApplication)

add_bipedal_locomotion_application(
NAME joint-position-tracking
Expand Down

0 comments on commit 20a7f03

Please sign in to comment.