I run command vcpkg install xxhash:x64-windows and this error occured:
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:127 (message):
Command failed: "C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe" -v
Working Directory: C:/things/vcpkg/buildtrees/xxhash/x64-windows-rel/vcpkg-parallel-configure
Error code: 1
See logs for more information:
C:\things\vcpkg\buildtrees\xxhash\config-x64-windows-dbg-CMakeCache.txt.log
C:\things\vcpkg\buildtrees\xxhash\config-x64-windows-rel-CMakeCache.txt.log
C:\things\vcpkg\buildtrees\xxhash\config-x64-windows-out.log
config-x64-windows-dbg-CMakeCache.txt.log
config-x64-windows-out.log
config-x64-windows-rel-CMakeCache.txt.log
And as we could see in config-x64-windows-out.log:
CMake Error at CMakeLists.txt:8 (cmake_minimum_required):
Compatibility with CMake < 3.5 has been removed from CMake.
CMakeError at .../vcpkg/buildtrees/xxhash/src/v0.8.2-e5e4767f5c.clean/cmake_unofficial
I found CMakeLists.txt in cmake_unofficial
And there was that cmake_minimum_required (VERSION 2.8.12 FATAL_ERROR)
I have to install xxhash 0.8.2 for openvpn3 library. What should I do?
I run command
vcpkg install xxhash:x64-windowsand this error occured:config-x64-windows-dbg-CMakeCache.txt.log
config-x64-windows-out.log
config-x64-windows-rel-CMakeCache.txt.log
And as we could see in
config-x64-windows-out.log:CMakeError at .../vcpkg/buildtrees/xxhash/src/v0.8.2-e5e4767f5c.clean/cmake_unofficial
I found CMakeLists.txt in cmake_unofficial
And there was that
cmake_minimum_required (VERSION 2.8.12 FATAL_ERROR)I have to install xxhash 0.8.2 for openvpn3 library. What should I do?