Skip to content

Commit

Permalink
Disable OR videorecording
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBowman committed Apr 18, 2019
1 parent 7ee4ddf commit 01376de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/ycm-modules/BuildOpenRAVE.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ ycm_ep_helper(OpenRAVE TYPE GIT
STYLE GITHUB
REPOSITORY rdiankov/openrave.git
TAG master
CMAKE_CACHE_ARGS "-DOPENRAVE_PLUGIN_FCLRAVE:BOOL=OFF"
CMAKE_CACHE_ARGS "-DOPENRAVE_PLUGIN_FCLRAVE:BOOL=OFF;-DOPT_VIDEORECORDING:BOOL=OFF"
GIT_SHALLOW TRUE
GIT_PROGRESS TRUE)

0 comments on commit 01376de

Please sign in to comment.