lceWolf

Results 21 comments of lceWolf

Personally, I actually like to see what is going on. Hence I am not too big of a fan to supress the output tbh. @Civitasv WDYT?

Are the assets part of your project? If so, you could use cmake to copy / symlink them into your build directory. Otherwise you could manually copy the assets into...

Yes, hidden presets should be considered for finding the binaryDir variable

Requested feature should be supported -> closing. Feel free to re-open if I am missing something

Can you please check whether this problem still exists after the last presets refactoring?

https://github.com/Civitasv/cmake-tools.nvim/issues/320 I am looking into it

Maybe a custom "find root" function to search for a CMakeLists.txt file in parent directories might help. That could be invoked if the cwd is changed

I can confirm the issue: the check I added for detecting rvalues was too broad and handled too many `&&` cases incorrectly. I'm still trying to find a more constrained...