ycm-cmake-modules
ycm-cmake-modules copied to clipboard
Importing new files using CMAKE_ROOT
Importing files from CMake git that include other files using ```${CMAKE_ROOT} means that these will always be included from CMake root directory. In order to modify the file included we need to patch these files (an example of issue caused by this is #10)
It would be nice to be able to patch this file on the fly when it is downloaded