Hello, I am using emcmake to build a c++ project as a wasm library. I am facing an issue where in the CMakeLists file I try to get the libm package using `find_library(MATH m)` but I get an error saying that the `MATH` variable is set to NOTFOUND.
Is there a flag that I need to provide somewhere in order to find MATH with emcmake? Cheers! Sergio -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to emscripten-discuss+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/emscripten-discuss/89d45c45-245c-4375-b71e-543cf144a48an%40googlegroups.com.