daw42 / glslcookbook

Example code for the OpenGL Shading Language Cookbook - 2nd Edition (3rd Edition now available)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could not find a package configuration file provided by "glm" with any of glmConfig.cmake

dawnarc opened this issue · comments

CMake Error at CMakeLists.txt:6 (find_package):
Could not find a package configuration file provided by "glm" with any of
the following names:

glmConfig.cmake
glm-config.cmake

Add the installation prefix of "glm" to CMAKE_PREFIX_PATH or set "glm_DIR"
to a directory containing one of the above files. If "glm" provides a
separate development package or SDK, be sure it has been installed.
Configuring incomplete, errors occurred!
See also "D:/glslcookbook_bin/CMakeFiles/CMakeOutput.log".

error

It's my wrong. Rebuild glm would solve this issue.