Results 3 comments of Slava Komarov

I had a somewhat similar error. Re-cloning ASSIMP library fixed it somehow. At first. Though, make ended up with 2 fatal errors: make error log (after re-cloning assimp): ``` In...

I'm new to C/C++ and CMake, but it seems to me it wasn't supposed to build in any case. `libs/assimp/cmake-modules` does not contain CMake scripts required to build assimp or...

Eventually, I did make it to work using FetchContent suggestion from #67. I added ASSIMP related lines. The build was a success; the app runs. Now it's time for the...