Gerodote

Results 7 comments of Gerodote

https://github.com/cpm-cmake/CPM.cmake/issues/501 here's working example with boost

Thanks for the answer and for your efforts to make the starter better! I think using clang-tidy as warning tool or warning-as-error tool is amazing actually. I prefer use it...

It works, but you need to compile musikcube with specfic cmake flags. For openrc and other elogind related: `-DUSE_ELOGIND=true` . Some times ago I wrote ebuild for gentoo and it...

@ScottBailey I tried this For my own setup it works as expected: It applies patches But with docker linux I got a bug : It doesn't apply patches. [Here's the...

Hm, it seems removing CPM_SOURCE_CACHE triggers the error

I tried some debugging when it happens ( when CPM_SOURCE_CACHE is not set) It seems to not invoke your function because of [an if statement ](https://github.com/ScottBailey/CPM.cmake/blob/779328486b030ac59b083032c5604eda3e143074/cmake/CPM.cmake#L761)

> > It seems to not invoke your function because of [an if statement ](https://github.com/ScottBailey/CPM.cmake/blob/779328486b030ac59b083032c5604eda3e143074/cmake/CPM.cmake#L761) > > Good catch, I think I may have fixed it in [311cd3f](https://github.com/cpm-cmake/CPM.cmake/commit/311cd3f46b02be9e41c9a9e4278ce37597174ff6). Yep, it...