Skip to content

Commit

Permalink
Remove pin of YCM
Browse files Browse the repository at this point in the history
It should not be necessary after robotology/ycm-cmake-modules#458 .
  • Loading branch information
traversaro authored Aug 14, 2024
1 parent ebc070d commit 51830cf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ endif()
set(YCM_FOLDER src)
set(YCM_COMPONENT core)
set(YCM_MINIMUM_VERSION 0.14.0)
# Quick workaround for https://github.com/robotology/robotology-superbuild/issues/1690
if(NOT ${YCM_TAG})
set(YCM_TAG v0.16.6)
endif()
option(YCM_USE_CMAKE_NEXT "Use legacy YCM fork of ExternalProject module instead of upstream CMake ExternalProject" OFF)

# Include logic for generating Conda recipes (by default it is disabled) and exit
Expand Down

0 comments on commit 51830cf

Please sign in to comment.