wildmeshing / fTetWild

Fast Tetrahedral Meshing in the Wild
https://yixin-hu.github.io/ftetwild.pdf
Mozilla Public License 2.0
381 stars 77 forks source link

gmp issue #67

Closed 321sta closed 6 months ago

321sta commented 6 months ago

I followed the instruction, and check it "C:\Users\dell>echo %GMP_INC% D:\conda\Library\include C:\Users\dell>echo %GMP_LIB% D:\conda\Library\lib"

But I also face the gmp trouble, I am confused now , what should I do?

"CMake Warning (dev) at E:/Program Files/CMake/share/cmake-3.27/Modules/FindPackageHandleStandardArgs.cmake:438 (message): The package name passed to find_package_handle_standard_args (GMP) does not match the name of the calling package (GMPfTetWild). This can lead to problems in calling code that expects find_package result variables (e.g., _FOUND) to follow a certain pattern. Call Stack (most recent call first): cmake/FindGMPfTetWild.cmake:32 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) CMakeLists.txt:79 (find_package) This warning is for project developers. Use -Wno-dev to suppress it.

Could NOT find GMP (missing: GMP_INCLUDE_DIRS GMP_LIBRARIES) GMP libs: GMP_LIBRARIES-NOTFOUND GMP_INCLUDE_DIRS-NOTFOUND CMake Error at CMakeLists.txt:81 (MESSAGE): Cannot find GMP"