I need a little help. Since I know, its not longer supported to do 6.2.4 from TC, but I need an extractors.
Whe I try to cmake it, I've got this issue:
CMake Warning (dev) at dep/boost/CMakeLists.txt:29 (find_package):
Policy CMP0074 is not set: find_package uses <PackageName>_ROOT variables.
Run "cmake --help-policy CMP0074" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.
Environment variable Boost_ROOT is set to:
C:/local/boost_1_69_0
For compatibility, CMake is ignoring the variable.
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Error at cmake/macros/FindBoost.cmake:1185 (message):
Unable to find the requested Boost libraries.
Boost version: 1.69.0
Boost include path: C:/local/boost_1_69_0
Could not find the following static Boost libraries:
boost_system
boost_filesystem
boost_thread
boost_program_options
boost_iostreams
boost_regex
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):
dep/boost/CMakeLists.txt:29 (find_package)
Source: https://github.com/TrinityCore/TrinityCore/tree/6.2.4/21742
I have 1_69_00 boost, and its BOOST_ROOT.
I followed the instruction by TrinityCore Wiki, so every suggested programs are the latest table verions.
OS: Windows
Whe I try to cmake it, I've got this issue:
CMake Warning (dev) at dep/boost/CMakeLists.txt:29 (find_package):
Policy CMP0074 is not set: find_package uses <PackageName>_ROOT variables.
Run "cmake --help-policy CMP0074" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.
Environment variable Boost_ROOT is set to:
C:/local/boost_1_69_0
For compatibility, CMake is ignoring the variable.
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Error at cmake/macros/FindBoost.cmake:1185 (message):
Unable to find the requested Boost libraries.
Boost version: 1.69.0
Boost include path: C:/local/boost_1_69_0
Could not find the following static Boost libraries:
boost_system
boost_filesystem
boost_thread
boost_program_options
boost_iostreams
boost_regex
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):
dep/boost/CMakeLists.txt:29 (find_package)
Source: https://github.com/TrinityCore/TrinityCore/tree/6.2.4/21742
I have 1_69_00 boost, and its BOOST_ROOT.
I followed the instruction by TrinityCore Wiki, so every suggested programs are the latest table verions.
OS: Windows