Skip to content
This repository has been archived by the owner on Apr 5, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Nov 29, 2016
1 parent a6311b5 commit a1ba514
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,14 @@ option(IDYNTREE_USES_ICUB_MAIN "Enable compilation of software that depends on i
# Useful for having superbuild "branches"
include(ProjectsTags OPTIONAL)

# Workaround for https://github.com/robotology/ycm/issues/101
set(YCM_TAG 76cf228572e90cbb23ffc91efb57a607c8d008c0)

#Set CMake policies
if(NOT CMAKE_VERSION VERSION_LESS 3.0)
cmake_policy(SET CMP0045 OLD)
endif()

# Bootstrap YCM
# Version working after https://github.com/robotology/ycm/issues/108
set(YCM_TAG 9ffc3a48d99dd1bed603e796ec61638463c4790d)
include(YCMBootstrap)

include(FindOrBuildPackage)
Expand Down

0 comments on commit a1ba514

Please sign in to comment.