Skip to content

Commit

Permalink
Replace deprecated option to ycm_ep_helper()
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBowman committed Apr 18, 2019
1 parent e4b86e7 commit acd5435
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ project(TEO_MAIN LANGUAGES NONE)
list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake
${CMAKE_SOURCE_DIR}/cmake/ycm-modules)

# Uses YCM's unmerged ExternalProject.cmake module, which handles an
# additional CONFIGURE_SOURCE_DIR option (see Buildorocos_kdl.cmake).
# Uses YCM's unmerged ExternalProject.cmake module.
set(YCM_USE_CMAKE_PROPOSED ON)

# Bootstrap YCM. Keep it compatible with cmake_minimum_required().
Expand Down
2 changes: 1 addition & 1 deletion cmake/ycm-modules/Buildorocos_kdl.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ ycm_ep_helper(orocos_kdl TYPE GIT
STYLE GITHUB
REPOSITORY orocos/orocos_kinematics_dynamics.git
TAG master
CONFIGURE_SOURCE_DIR orocos_kdl)
SOURCE_SUBDIR orocos_kdl)

0 comments on commit acd5435

Please sign in to comment.