Results 87 comments of flagarde

Hi, If you don't mind relying on other library maybe fmt could help https://fmt.dev/latest/syntax.html Aligning the text and specifying a width: ``` fmt::format("{:30}", "right aligned"); // Result: " right aligned"...

Yes I agree I enjoy it too ! But fmt is an header library too i think and it could be included with gitmodule , cmake externalpackage etc... it looks...

Hi, I had the same problem. What i did : 1) Write a "dumb" PING repository that CMake try to download and if it can't it supposes you are offline...

@TheLartians Even if it's not very good, user could expect/wanr to have the cache in source directory or binary

Hi, I will try this but one advantage I see using github tags is that CMake can verify the download are performed without problems. Maybe it could be nice to...

> Hey @flagarde, thanks for re-implementing the options check! > > Thinking a bit more about the options, I'm not sure if it's a good idea to perform the check...

In case you include two time the same repo with the same version : Do you want to keep the previous option or the last one. I suppose you want...

Yes I agree the name is not very nice. And the ones proposed are much better.. Concerning the indent on fatal errors it's true indentation are not useful but I...

Would you allow a PR with CPM_LEFT_LOG CPM_RIGHT_LOG ?

Well it depends a lot of what you expect from a logger. * Colorization : Possible but need to hack a bit as CMake doesn't provide any hint to know...