Botcraft icon indicating copy to clipboard operation
Botcraft copied to clipboard

Compilation error with glfw

Open tomo0300 opened this issue 5 months ago • 3 comments

Hello, I have a problem with glfw3.

I have already tried to find something about it in the history, but without success. I got the following error message:

CMake Error: The source directory "C:/Users/User/Downloads/Botcraft/3rdparty/glfw" does not seem to contain CMakeLists.txt. Specify --help to use it, or press the help button in the CMake GUI.

Error: The cache could not be loaded

CMake error at cmake/glfw.cmake:35 (find_package): No package configuration file could be found that was requested by "glfw3" (requested version 3.3) with one of the following names:

glfw3Config.cmake
glfw3-config.cmake

Add the installation prefix of "glfw3" to CMAKE_PREFIX_PATH or set "glfw3_DIR" to a directory that contains one of the above files. If "glfw3" provides a separate development package or SDK, make sure that it is installed. is installed. Call stack (last call first): CMakeLists.txt:79 (include)

What can I do about this?

tomo0300 avatar Jan 18 '24 09:01 tomo0300