Skip to content

Commit

Permalink
Update YCMBootstrapFetch.cmake to avoid CMP0169 related warnings and …
Browse files Browse the repository at this point in the history
…update YCM to 0.17.1 (#1734)
  • Loading branch information
traversaro authored Nov 9, 2024
1 parent 48e9769 commit dcebb82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions cmake/YCMBootstrapFetch.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,4 @@ FetchContent_Declare(YCM
GIT_REPOSITORY https://github.com/${YCM_FETCHCONTENT_REPOSITORY}
GIT_TAG ${YCM_FETCHCONTENT_TAG})

FetchContent_GetProperties(YCM)
if(NOT YCM_POPULATED)
message(STATUS "Fetching YCM.")
FetchContent_Populate(YCM)
# Add YCM modules in CMAKE_MODULE_PATH
include(${ycm_SOURCE_DIR}/tools/UseYCMFromSource.cmake)
endif()
FetchContent_MakeAvailable(YCM)
2 changes: 1 addition & 1 deletion releases/latest.releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repositories:
YCM:
type: git
url: https://github.com/robotology/ycm.git
version: v0.16.9
version: v0.17.1
YARP:
type: git
url: https://github.com/robotology/yarp.git
Expand Down

0 comments on commit dcebb82

Please sign in to comment.