BlankSpruce

Results 46 comments of BlankSpruce

If I'm reading `--onedir` documentation correctly it kind of beats the original purpose of your request because it won't produce a single file executable. Regarding that and executable names I've...

Creating executables isn't my domain so I can just rely on [PyInstaller documentation](https://pyinstaller.org/en/stable/operating-mode.html#bundling-to-one-file) in that regard which informs that `--onefile` executables are simply just slower: > The advantage is that...

Usually, in these rare cases, when I really want to force expansion I just use empty comment: ```cmake target_link_libraries( foo PUBLIC # bar baz ) ``` It's worth noting that...

Nice catch. I've fixed in that 0.23.1.

> That workaround will do nicely for these examples, thanks! > > The other situation I encountered where I would like to modify this is for disabling expansion. For `function`...

Status update: I'm interested in pursuing this topic further but I need to suspend it for some time. I'm still open to issues found along the way (like #82) since...