Results 53 comments of Piotr Karbowski

That still remains the problem on 1.9.6 built on MacOS 14.1.2

> hi, can you try the build https://github.com/supermerill/SuperSlicer/actions/runs/7973682768 ? it doesn't resolve the issue but has more debug output. The linked build start up just fine on ARM64 MacOS, and...

In general, cmake allows you to easly "add_subproject()" which is useful when you want to link (for example statically) against another library, then cmake will build another cmake project as...