You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I tried to CMake HELib with Visual Studio 2017, I got the following error:
CMake Error at C:/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.12/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
GMP required dynamic shared library has not been found. (Try cmake
-DGMP_DIR=). (missing: GMP_LIB GMP_HEADERS) (Required is at
least version "6.0.0")
Please help!
The text was updated successfully, but these errors were encountered:
The suggestion by @fionser may or may not work.
HElib has been developed and tested on Linux and Mac OS only.
We have no immediate plans to test or support HElib on Windows.
When I tried to CMake HELib with Visual Studio 2017, I got the following error:
CMake Error at C:/Program Files (x86)/Microsoft Visual Studio/2017/Professional/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.12/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
GMP required dynamic shared library has not been found. (Try cmake
-DGMP_DIR=). (missing: GMP_LIB GMP_HEADERS) (Required is at
least version "6.0.0")
Please help!
The text was updated successfully, but these errors were encountered: