Closed JimKuhn closed 8 years ago
Ah, bummer - I didn't realise that, that patch was a fix for another issue in the "copy libs into place" step. I'll look into it.
Cheers Ben
Jim Kuhn notifications@github.com writes:
c939ed064b3ef84f5df701d49499671e29b04866 forces use of CMake 3.5 by passing multiple files to
cmake -E copy
You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/digego/extempore/issues/253
Relatively minor, but annoying:
c939ed064b3ef84f5df701d49499671e29b04866 forces use of CMake 3.5 by passing multiple files to
cmake -E copy
. That's a new feature of 3.5.As an aside, the library names for
libglfw
andlibapr-1
were incorrect on my (Ubuntu Wily) system. For the built libraries, I havelibglfw.so
andlibapr-1.so
instead of thelibglfw.3.so
andlibapr-1.0.so
that the command was looking for.