can some one help me, I cannot Configuring and generating Visual C++ solutions with CMake
it reads:
Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.19042.
Detected 64-bit platform
MSVC: Minimum version required is 19.24, found 19.28.29915.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: Enabled shared linking
Found MySQL library: C:/Program Files/MySQL/MySQL Server 5.7/lib/libmysql.lib
Found MySQL headers: C:/Program Files/MySQL/MySQL Server 5.7/include
Found MySQL executable: C:/Program Files/MySQL/MySQL Server 5.7/bin/mysql.exe
* TrinityCore revision : unknown 1970-01-01 00:00:00 +0000 (Archived branch)
* Install core to : C:/Program Files/TrinityCore
* Install configs to : C:/Program Files/TrinityCore
* Build world/auth : Yes (default)
* Build with scripts : Yes (static)
* Build map/vmap tools : Yes (default)
* Build unit tests : Yes
* Build core w/PCH : Yes (default)
* Build scripts w/PCH : Yes (default)
* Show all warnings : Yes
*** WITH_COREDEBUG - WARNING!
*** additional core debug logs have been enabled!
*** this setting doesn't help to get better crash logs!
*** in case you are searching for better crash logs use
*** -DCMAKE_BUILD_TYPE=RelWithDebInfo
*** DO NOT ENABLE IT UNLESS YOU KNOW WHAT YOU'RE DOING!
* Use coreside debug : Yes
* Show source tree : Yes (hierarchical)
* Use GIT revision hash : No
*** WITHOUT_GIT - WARNING!
*** By choosing the WITHOUT_GIT option you have waived all rights for support,
*** and accept that or all requests for support or assistance sent to the core
*** developers will be rejected. This due to that we will be unable to detect
*** what revision of the codebase you are using in a proper way.
*** We remind you that you need to use the repository codebase and a supported
*** version of git for the revision-hash to work, and be allowede to ask for
*** support if needed.
*** WITHOUT_METRICS - WARNING!
*** Please note that this will disable all metrics output (i.e. InfluxDB and Grafana)
*** WITH_STRICT_DATABASE_TYPE_CHECKS - WARNING!
*** Validates uses of database Get***() functions from Field class
*** invalid calls will result in returning value 0
*** NOT COMPATIBLE WITH MARIADB!
*** WITH_DYNAMIC_LINKING - INFO!
*** Will link against shared libraries!
*** Please note that this is an experimental feature!
Found OpenSSL library: optimized;C:/Program Files/OpenSSL-Win64/lib/VC/libssl64MD.lib;C:/Program Files/OpenSSL-Win64/lib/VC/libcrypto64MD.lib;debug;C:/Program Files/OpenSSL-Win64/lib/VC/libssl64MDd.lib;C:/Program Files/OpenSSL-Win64/lib/VC/libcrypto64MDd.lib
Found OpenSSL headers: C:/Program Files/OpenSSL-Win64/include
CMake Warning (dev) at cmake/macros/FindOpenSSL.cmake:231 (math):
Unexpected character in expression at position 2: b
Call Stack (most recent call first):
dep/openssl/CMakeLists.txt:16 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
Examples included
CMake Error at C:/Build/_deps/catch2-src/examples/CMakeLists.txt:89 (CheckFileList):
Unknown CMake command "CheckFileList".
Configuring incomplete, errors occurred!
See also "C:/Build/CMakeFiles/CMakeOutput.log".
See also "C:/Build/CMakeFiles/CMakeError.log".
Can someone guide me to fix this??