ycm-cmake-modules icon indicating copy to clipboard operation
ycm-cmake-modules copied to clipboard

Importing new files using CMAKE_ROOT

Open drdanz opened this issue 11 years ago • 0 comments

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

drdanz avatar May 21 '14 18:05 drdanz