Skip to content

Commit

Permalink
ergocub-software: compile ergoCubEmotions by default
Browse files Browse the repository at this point in the history
It fixes #1513
  • Loading branch information
Nicogene authored Nov 24, 2023
1 parent 95ef4ff commit 890f853
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmake/Buildergocub-software.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

include(YCMEPHelper)

set(ergocub-software_OPTIONAL_CMAKE_ARGS "")

ycm_ep_helper(ergocub-software
TYPE GIT
Expand All @@ -12,4 +11,4 @@ ycm_ep_helper(ergocub-software
TAG master
COMPONENT core
FOLDER src
CMAKE_ARGS ${ergocub-software_OPTIONAL_CMAKE_ARGS})
CMAKE_ARGS -DCOMPILE_ergoCubEmotions=BOOL:ON)

0 comments on commit 890f853

Please sign in to comment.