• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

CMake boost libraries error

Status
Not open for further replies.

trickzake

Enthusiast
So... I want to add Eluna to my TrinityCore, but it hasn't done so well.
Been punching the wall for the past 3 hours trying to solve this CMake error:

CMake Error at cmake/macros/FindBoost.cmake:1113 (message):
Unable to find the requested Boost libraries.

Boost version: 1.55.0

Boost include path: C:/Boost

Could not find the following static Boost libraries:

boost_system
boost_thread
boost_program_options

No Boost libraries were found. You may need to set BOOST_LIBRARYDIR to the
directory containing Boost libraries or BOOST_ROOT to the location of
Boost.
Call Stack (most recent call first):
cmake/macros/ConfigureBoost.cmake:28 (find_package)
CMakeLists.txt:64 (include)


Plez... help. <3
 
Status
Not open for further replies.
Top