alecjacobson / gptoolbox

Matlab toolbox for Geometry Processing.
MIT License
628 stars 166 forks source link

Fix: Check LIBELTOPO_FIND_REQUIRED before throwing fatal error #65

Open vskhitkov opened 6 years ago

vskhitkov commented 6 years ago

Hello! I'm not sure, but I succeed to build mex files without ELTOPO only when I added checks for LIBELTOPO_FIND_REQUIRED in findELTOPO.cmake, because without them CMake throws fatal error in mex/CMakeLists.txt on line 11 (" find_package(ELTOPO QUIET) ")

oqilipo commented 6 years ago

Yes, thank you.