Skip to content

Commit

Permalink
add BuildROBOTICSLAB_INSTALLATION_GUIDES.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
jgvictores committed Mar 13, 2017
1 parent 613de17 commit ef0cefc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ find_or_build_package(TEO_OPENRAVE_MODELS)
find_or_build_package(ROBOTICSLAB_VISION)
find_or_build_package(ROBOTICSLAB_KINEMATICS_DYNAMICS)
find_or_build_package(ROBOTICSLAB_OPENRAVE_YARP_PLUGINS)
find_or_build_package(ROBOTICSLAB_INSTALLATION_GUIDES)

if( NOT (USE_SYSTEM_TEO_OPENRAVE_MODELS AND USE_SYSTEM_ROBOTICSLAB_VISION AND USE_SYSTEM_ROBOTICSLAB_KINEMATICS_DYNAMICS AND USE_SYSTEM_ROBOTICSLAB_OPENRAVE_YARP_PLUGINS))
install(DIRECTORY ${CMAKE_BINARY_DIR}/install/ DESTINATION ${CMAKE_INSTALL_PREFIX})
Expand Down
6 changes: 6 additions & 0 deletions cmake/BuildROBOTICSLAB_INSTALLATION_GUIDES.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
include(YCMEPHelper)

ycm_ep_helper(ROBOTICSLAB_INSTALLATION_GUIDES TYPE GIT
STYLE GITHUB
REPOSITORY roboticslab-uc3m/installation-guides.git
TAG master)

0 comments on commit ef0cefc

Please sign in to comment.