Paul Fultz II
Paul Fultz II
Looking at this more, I am not sure exactly how this will work, as there needs to be a local source directory for cmake. On the `install` command, it creates...
> The particular use case that is close to mine is following: > > I want to fetch and cmake-gui some package P. > P has lots of dependencies and...
So I added the `--fetch` flag on the `fetch` branch already. Right now, there seems to be a problem with long names on windows, so I haven't merged it in...
> Does this mean that the requirements.cmake file could have arbitrary CMake commands? Yes. > I like the simplicity of having the requirements file not be a script. I do...
Ok so I added fixes for the first to issues on develop branch.
Thats right, there is no need to keep searching if the compile_commands.json file is found.
Why are your include directories not in the compile_commands.json file? Is cmake emitting an empty compile_commands.json file?
Perhaps it would be better to have config that sets where the flags come from.
I am thinking like: - auto - like how it is now, so it will pick up flags either from flags.cmake or compile_commands.json - json - only use flags from...
> This time I had to alter the makefile to set the clang_libs variable to -L/usr/lib64/llvm -lclang. It seems that the file libclang.so is located at /usr/lib64/llvm for a red...