Hey All,
Having this project on different platforms which works great due the cmake integration
But on one osx machine I sometimes get linker errors on filesystem related stuff.
I fixed it previously by changing the compiler to c++11 or 17 but this doesn’t fix it for now.
I would like to understand the problem here, instead of guessing for solutions.
Is it some compiler difference between the cinder lib & my project?