bencode icon indicating copy to clipboard operation
bencode copied to clipboard

How to generate the project files for this and build?

Open KulaGGin opened this issue 2 years ago • 1 comments

After I clone the repository and run cmake CMakeLists.txt, I get:

-- Building for: Visual Studio 17 2022
-- Selecting Windows SDK version 10.0.18362.0 to target Windows 10.0.19045.
-- The CXX compiler identification is MSVC 19.36.32537.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.36.32532/bin/Hostx64/x64/cl.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:30 (find_package):
  Could not find a package configuration file provided by "fmt" with any of
  the following names:

    fmtConfig.cmake
    fmt-config.cmake

  Add the installation prefix of "fmt" to CMAKE_PREFIX_PATH or set "fmt_DIR"
  to a directory containing one of the above files.  If "fmt" provides a
  separate development package or SDK, be sure it has been installed.


-- Configuring incomplete, errors occurred!

The fmt library doesn't have fmtConfig.cmake or fmt-config.cmake files anywhere in the repository.

KulaGGin avatar Dec 26 '23 15:12 KulaGGin

same question aswell.

xD-saleem avatar Mar 28 '24 16:03 xD-saleem