Roger Nelson
Roger Nelson
We did CMake-ify some of the dependencies. You can take a look at the `cmake/dependencies` folder to see what we did. It's a mix of `FetchContent` and `ExternalProject_Add` calls and...
Hi @rajiv-hqvfx. There are three commands there. The first one configures cmake, the second one builds the dependencies and the third builds RV. It looks like the output you pasted...
Hi @rajiv-hqvfx. Yes jom is needed to build. If you don't have it installed, you can find instructions her in the Windows build instructions on how to do it :...
In the case it was because the user also had `wsl` installed and the grep from `wsl` was slightly different from the grep from msys and the `wsl` version was...
They are both coming from thirdparties,` atomic_ops` and `gc` respectively (you can find the cmake files for both in `cmake/dependenices`). If the error is that they could not be found,...
Please do, we'd love the help.