Skip to content

Commit

Permalink
Pin YCM to v0.16.6 to workaround YCM regression (#1691)
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Aug 14, 2024
1 parent f7a7999 commit ebc070d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ 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 ebc070d

Please sign in to comment.