You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
It seems that something weird happened during the automatic installation process. Could you check if there is something in 3rdparty/glfw ? If the folder is empty, you can try to run the submodule command manually:
git submodule update --init -- 3rdparty/glfw
Then rerun the cmake config step. If it works it should populate 3rdparty/glfw and then compile it to /3rdparty/glfw during cmake config step.
Alternatively, if you don't specifically need GUI support you could just disable it, removing the dependency to glfw by setting BOTCRAFT_USE_OPENGL_GUI to OFF.
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:
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?
The text was updated successfully, but these errors were encountered: