danfis / libccd

Library for collision detection between two convex shapes
Other
478 stars 108 forks source link

Fix configuration with Emscripten #70

Open traversaro opened 4 years ago

traversaro commented 4 years ago

In Emscripten there is no separate libm library, so there is no need to explicitly link it, and in particular the find_library call would fail as there is not libm to find. See https://stackoverflow.com/questions/24663915/how-can-i-link-libm-to-my-emscripten-port