What's new

[CMAKE BUG] OpenSSL

Maurowin

Silver Supporter
Veteran Member
101
2017
1
Hey Emucoach !

Can you help me? I have issue from CMAKE :

Code:
CMake Error at D:/Program Files/CMake/share/cmake-3.8/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
  Could NOT find OpenSSL (missing: OPENSSL_LIBRARIES)
Call Stack (most recent call first):
  D:/Program Files/CMake/share/cmake-3.8/Modules/FindPackageHandleStandardArgs.cmake:377 (_FPHSA_FAILURE_MESSAGE)
  cmake/macros/FindOpenSSL.cmake:175 (find_package_handle_standard_args)
  CMakeLists.txt:55 (find_package)

http://www.hostingpics.net/viewer.php?id=573949Sanstitre.png

but i installed both version of openssl Win32OpenSSL-1_1_0e and Win64OpenSSL-1_1_0e. i tried to install in default and in /bin.

I don't know why i have this issue.
 
Last edited:

Maurowin

Silver Supporter
Veteran Member
101
2017
1
I installed full version on this screenshot i installed all tools again and have same issue
 

ExO

Admin
5,119
2014
1,639
I installed full version on this screenshot i installed all tools again and have same issue
Keep in mind if you are compiling in 32 bit you need the 32 bit version. If you have both versions (32 & 64), it can cause mismatches and come up with this error.
 

Maurowin

Silver Supporter
Veteran Member
101
2017
1
i would like to compile in 64bit. i have unistalled 32bit version, but i have same issue. i think that will never work :'( for me
 
Top