1

While trying to use Cmake on windows 10, it is not possible as OpenSSL wasn't found in my system even though I have it downloaded and installed.

CMake Error at C:/Program Files/CMake/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
  Could NOT find OpenSSL (missing: OPENSSL_LIBRARIES OPENSSL_INCLUDE_DIR)
Call Stack (most recent call first):
  C:/Program Files/CMake/share/cmake-3.13/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
  src/cmake/macros/FindOpenSSL.cmake:184 (find_package_handle_standard_args)
  CMakeLists.txt:92 (find_package)

I'm not familiar with Cmake, especially not as well on managing software like this for windows 10 (Because it's not meant for win10) but help would be appreciated!

Expected results: Azeroath core to compile and load normally
Outcome results: Azeroath core didn't compile at all

John Kugelman
  • 349,597
  • 67
  • 533
  • 578

1 Answers1

2

Make sure your using correct version, it has to be full installer and "NOT" light version. Also check your using x86 or x64 (dont mix DLL).

This is where i get mine for windows https://slproweb.com/products/Win32OpenSSL.html

DJ Boxer
  • 133
  • 5