James

Results 7 comments of James

Could these hyphens be coming from a local definition of google test in a makefile? Something akin to CPM_AddModule("cpm-google-test"...) instead of CPM_AddModule("cpm_google_test", ...) . I'll give that module a look...

Just tried out caching for cpm-glm and it's working for me using CMake 3.5.0. Could you post the cache directory you are using and possibly other relevant info related to...

Ya it will be a little bit more complicated than using the repository as-is. It generally depends on the build system being used for the repository in-question. For the linked...

I think the core issue is that CPM doesn't recognize the external CMake project as a valid CPM module. As in `CPM_InitModule("yaml-cpp")` was never issued from the project at `https://github.com/jbeder/yaml-cpp`....

I'm all for reducing this boilerplate overhead. Earlier, we had a contributor propose something similar to this that now exists as cpm/util/init-cpm-module.cmake and cpm/util/init-cpm.cmake. My primary concern is adding an...

Thanks for the excellent feedback. The readme page does contain too much information and should be condensed. I'm planning on simplifying and revamping the readme page at the very least....

I agree. I like your idea of producing a simple alphabetical list of all packages currently registered. It should make browsing a bit less painful. I'll look in to this...