Skip to content

Commit

Permalink
Request YCM 0.10 or later
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBowman committed Apr 18, 2019
1 parent 01376de commit 3749696
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ project(RD_SIMULATOR LANGUAGES NONE)
list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake
${CMAKE_SOURCE_DIR}/cmake/ycm-modules)

# Find this YCM version on system, bootstrap it if not available.
set(YCM_MINIMUM_VERSION 0.10)

#Uses YCM's unmerged ExternalProject.cmake module.
set(YCM_USE_CMAKE_PROPOSED ON)

Expand Down

0 comments on commit 3749696

Please sign in to comment.