When i compile the server i found that error:
MSVC: Enabled large address awareness
MSVC: Enabled SSE2 support
MSVC: Overloaded standard names
MSVC: Disabled NON-SECURE warnings
MSVC: Disabled POSIX warnings
MSVC: Disabled generic compiletime warnings
Found OpenSSL: optimized;D:/3.3.5 local/Core/Clone/cmake/OpenSSL-Win32/lib/VC/ssleay32MD.lib;D:/3.3.5 local/Core/Clone/cmake/OpenSSL-Win32/lib/VC/libeay32MD.lib;debug;D:/3.3.5 local/Core/Clone/cmake/OpenSSL-Win32/lib/VC/ssleay32MDd.lib;D:/3.3.5 local/Core/Clone/cmake/OpenSSL-Win32/lib/VC/libeay32MDd.lib
CMake Error at cmake/macros/FindGit.cmake:24 (message):
Git was NOT FOUND on your system - did you forget to install a recent version, or setting the path to it?
Observe that for revision hash/date to work you need at least version 1.7
Call Stack (most recent call first):
CMakeLists.txt:65 (find_package)
Configuring incomplete, errors occurred!
What can I do to solve it?