Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Commit

Permalink
added CODYCO_USES_MATLAB option
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro committed May 4, 2015
1 parent 6457801 commit a06d1d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ set(YCM_USE_CMAKE_PROPOSED TRUE CACHE BOOL "Use files including unmerged cmake p
#Compilation options

#options to build specific software or use a reduced set of dependencies
option(CODYCO_USES_MATLAB "Enable compilation of software that depends on Matlab" FALSE)
option(CODYCO_USES_WBI_TOOLBOX "Whole Body Interface Toolbox - Simulink library" FALSE)
option(CODYCO_USES_WBI_TOOLBOX_CONTROLLERS "Controllers and Simulink models created/used with the WBI-Toolbox" FALSE)
option(CODYCO_BUILD_ICUB_MODEL_GENERATOR "Enable compilation of the icub-model-generator" FALSE)
Expand Down
1 change: 1 addition & 0 deletions cmake/BuildiDynTree.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ ycm_ep_helper(iDynTree TYPE GIT
TAG master
COMPONENT libraries
CMAKE_CACHE_ARGS -DIDYNTREE_ENABLE_URDF:BOOL=ON
CMAKE_ARGS -DIDYNTREE_USES_MATLAB:BOOL=${CODYCO_USES_MATLAB}
DEPENDS YARP
ICUB
orocos_kdl
Expand Down

0 comments on commit a06d1d5

Please sign in to comment.