Set CMake module path#335
Conversation
|
I seem to have an unrelated failure in: I'm using wasmer as my wasm runtime. This error is unrelated to my changes, and hopefully will not be a blocker. |
|
I don't have windows, but it looks like CMake generates Ninja files instead of Makefiles on Windows. I have nothing against ninja, in fact I prefer it. Can we just default to always using ninja for the test across the board (with -GNinja). Or is it not part of the Linux/OS X setup? |
Yeah, just looks like a different error message. If you use Wasmtime, which the original author probably did, I would expect the error to go away. |
336c06d to
45b0fe0
Compare
|
This should fix it. Unfortunately I can't start the CI. |
|
Hi, I have been on vacation, but I'll look into your feedback in the coming days. |
45b0fe0 to
e9df18a
Compare
|
All requested changes have been implemented, please allow the workflow again (this is really annoying with github) |
e9df18a to
a609387
Compare
|
Now also rebased onto tip |
a609387 to
f29bf18
Compare
|
Not sure what that push from @sbc100 was about (rebase?) Is this waiting on anything else at this point? |
|
It looks like you still have three commits on top of main somehow (your new one and two existing ones). |
Sorry, ignore me. I forgot that you took #182 as part of this change. |
This is a redo/update of PR #182, as that was by a different author I cannot update that PR, but have to do a separate one.
Compared to the previous PR, this adds testing of the cmake setup as well.
Fixes: #181