Skip to content

Commit

Permalink
Install YCMEPHelper helper files
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Dec 18, 2024
1 parent 985ef49 commit 23da2f2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ set(YCM_MODULES AddInstallRPATHSupport.cmake
_ycm_install(modules FILES ${YCM_MODULES}
DESTINATION "${YCM_INSTALL_MODULE_DIR}/modules")

set(YCMEPHELPER_FILES YCMEPHelper/RepositoryInfo.txt.in
YCMEPHelper/gitsafeclone.txt.in)

_ycm_install(modules FILES ${YCMEPHELPER_FILES}
DESTINATION "${YCM_INSTALL_MODULE_DIR}/modules/YCMEPHelper")

# Print a warning if we are overriding some module from CMake
foreach(_module IN LISTS YCM_MODULES)
if(EXISTS "${CMAKE_ROOT}/Modules/${_module}")
Expand Down

0 comments on commit 23da2f2

Please sign in to comment.