-
Notifications
You must be signed in to change notification settings - Fork 177
Description
hi,
I build kcompute 0.8.1 using cmake(GUI), but an error occurred, the following is the ouput :
The C compiler identification is MSVC 19.34.31937.0
The CXX compiler identification is MSVC 19.34.31937.0
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.34.31933/bin/Hostx64/x64/cl.exe - skipped
Detecting C compile features
Detecting C compile features - done
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.34.31933/bin/Hostx64/x64/cl.exe - skipped
Detecting CXX compile features
Detecting CXX compile features - done
Found Vulkan: D:/vulkan_sdk/Lib/vulkan-1.lib (found version "1.3.236") found components: glslc glslangValidator
CMake Error at src/CMakeLists.txt:87 (find_package):
By not providing "Findfmt.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "fmt", but
CMake did not find one.
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!