Hello i need help with Cmake error

Selecting Windows SDK version 10.0.18362.0 to target Windows 10.0.19041.
Detected 64-bit platform
MSVC: Minimum version required is 19.24, found 19.28.29337.0 - ok!
MSVC: 64-bit platform, enforced -D_WIN64 parameter
MSVC: Enabled increased number of sections in object files
MSVC: Overloaded standard names
MSVC: Disabled NON-SECURE warnings
MSVC: Disabled POSIX warnings
MSVC: Disabled generic compiletime warnings
Found MySQL library: C:/Program Files/MySQL/MySQL Server 8.0/lib/libmysql.lib
Found MySQL headers: C:/Program Files/MySQL/MySQL Server 8.0/include
Found MySQL executable: C:/Program Files/MySQL/MySQL Server 8.0/bin/mysql.exe
Found git binary : D:/WoW Server/Git/cmd/git.exe

  • TrinityCore revision : ee098380c982 2021-02-14 12:25:03 +0200 (3.3.5 branch)

  • Install core to : C:/Program Files (x86)/TrinityCore

  • Install configs to : C:/Program Files (x86)/TrinityCore

  • Build world/auth : Yes (default)

  • Build with scripts : Yes (static)

  • Build map/vmap tools : Yes (default)

  • Build unit tests : No (default)

  • Build core w/PCH : Yes (default)

  • Build scripts w/PCH : Yes (default)

  • Show compile-warnings : No (default)

  • Use coreside debug : No (default)

  • Show source tree : Yes (hierarchical)

  • Use GIT revision hash : Yes (default)

CMake Error at D:/WoW Server/CMake/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find Boost: Found unsuitable version “1.60.0”, but required is at
least “1.70” (found D:/WoW Server/boost_1_60_0, )
Call Stack (most recent call first):
D:/WoW Server/CMake/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake:592 (_FPHSA_FAILURE_MESSAGE)
D:/WoW Server/CMake/share/cmake-3.20/Modules/FindBoost.cmake:2344 (find_package_handle_standard_args)
dep/boost/CMakeLists.txt:40 (find_package)

Configuring incomplete, errors occurred!
See also “D:/WoW Server/Build/CMakeFiles/CMakeOutput.log”.
See also “D:/WoW Server/Build/CMakeFiles/CMakeError.log”.

The project you are configuring requires at least Boost 1.70, but CMake was only able to find Boost 1.60.0. If you have already installed a more recent version of Boost (the latest is 1.75.0), you can pass -DBOOST_ROOT=<path/to/Boost> when calling CMake.

I hope this helps!