RenderKit / embree

Embree ray tracing kernels repository.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Glfw3 cannot be found during installation

Xiong-JS opened this issue · comments

When I install the software, glfw3 cannot be found, but I have installed glfw3 before. How can I set the path of glfw3 to identify
The following is the error message
CMake Error at tutorials/CMakeLists.txt:15 (FIND_PACKAGE):
By not providing "Findglfw3.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "glfw3", but
CMake did not find one.
Could not find a package configuration file provided by "glfw3" with any 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 containing one of the above files. If "glfw3"
provides a separate development package or SDK, be sure it has been
installed.

You have to install the development package of glfw if you want to compile Embree. The package name is something like glfw3-dev or similar.