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

Title: [TrinityCore] CMake Error [RESOLVED]
Post by: spiderwaseem on April 26, 2015, 10:13:33 am
Fixed. :)
Title: Re: [TrinityCore] CMake Error
Post by: Ascathos on April 26, 2015, 07:37:19 pm
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.
Title: Re: [TrinityCore] CMake Error
Post by: spiderwaseem on April 26, 2015, 07:43:29 pm
Quote from: "Ascathos"
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.
Title: Re: [TrinityCore] CMake Error
Post by: Kaev on April 27, 2015, 12:02:54 pm
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)
Title: Re: [TrinityCore] CMake Error
Post by: Ascathos on April 27, 2015, 03:54:09 pm
Make sure to set 'Advanced' in the upper right corner and search for the FindOpenSSL Variable. Set the correct path in there.
Title: Re: [TrinityCore] CMake Error
Post by: spiderwaseem on April 29, 2015, 04:34:02 pm
Hello everyone.

I have done all of what you all have said, however, I am still receiving the same issue.

Any more ideas?

Thanks.