Skip to content

Commit

Permalink
Set YCM_USE_CMAKE_PROPOSED to ON
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBowman committed Apr 18, 2019
1 parent cdbc995 commit 7d67518
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)

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

# Bootstrap YCM. Keep YCM compatible with cmake_minimum_required().
include(YCMBootstrap)

Expand Down

0 comments on commit 7d67518

Please sign in to comment.