cheshirekow

Results 99 comments of cheshirekow

I'll take a look at this example a bit later, but my first thought is that you probably intend for `\"iPhone Developer: foo bar \(xxxxx\)\"` to be a single token,...

Hi @vlebourl , can you confirm that quoting the string fixes the problem? It seems to work for me: ``` add_custom_command( TARGET ${TargetName} POST_BUILD COMMAND /usr/bin/codesign --deep --force --verify --verbose...

You should be able to accomplish what you want by modifying https://cmake-format.readthedocs.io/en/latest/configopts.html#layout-passes I don't have an example off the top of my head but maybe you can start with ```...

> But what is the cmdline option for this? Because --layout-passes = {..} does not work. There is no command line version for this one. You'll need to use a...

What's wrong with the first `set()`? Can you share what options you're using? Also, please paste text instead of screenshots so that I can copy-paste instead of transcribing. With default...

Oh I see. Now that I understand the problem, I think the snapshot feature makes more sense to me (I didn't really understand how it worked). Since the snapshot feature...

I've followed the instructions on the README of how to create a snapshot, but how does one *use* a snapshot. After creating `curl -u : -X MKCOL https://nexus..com/repository//snapshots/20180410` Then I...

Ah, yes sorry, that is what I mean (end of the URL). Trying to dig in a little, for example I am able to fetch `InRelease` for the main URL...

Ah, whoops on `shapshot`. Still doesn't seem to do the trick. I appreciate your help so far. Any thoughts on what else I could be doing wrong? ``` josh@cookie:Notes$ curl...