Modcraft - The community dedicated to quality WoW modding!
Wrath of the Lich King Modding => Serverside Modding => Topic started by: spiderwaseem on April 26, 2015, 10:13:33 am
-
Fixed. :)
-
CMake Error at cmake/macros/FindOpenSSL.cmake:202 (list):
list GET given empty list
Call Stack (most recent call first):
CMakeLists.txt:57 (find_package)
You are missing OpenSSL entries in the cmake list.
-
CMake Error at cmake/macros/FindOpenSSL.cmake:202 (list):
list GET given empty list
Call Stack (most recent call first):
CMakeLists.txt:57 (find_package)
You are missing OpenSSL entries in the cmake list.
How can I solve this issue?
I have already uninstalled then installed so many different versions of OpenSSL (at different times and all together), yet I still get the same error.
Also, I have reinstalled CMake so many different times, and different versions to see which works, yet, same error.
-
Use the version that they recommend in their wiki: http://collab.kpsn.org/display/tc/Requirements (http://collab.kpsn.org/display/tc/Requirements" onclick="window.open(this.href);return false;)
(Best is when you install 32 and 64 bit)
-
Make sure to set 'Advanced' in the upper right corner and search for the FindOpenSSL Variable. Set the correct path in there.
-
Hello everyone.
I have done all of what you all have said, however, I am still receiving the same issue.
Any more ideas?
Thanks.