Modifications suggested by conan team.
This commit is contained in:
10
util/conan-package/FindGLM.cmake
Normal file
10
util/conan-package/FindGLM.cmake
Normal file
@@ -0,0 +1,10 @@
|
||||
FIND_PATH(
|
||||
GLM_INCLUDE_DIR
|
||||
NAMES
|
||||
glm
|
||||
PATHS
|
||||
include)
|
||||
|
||||
INCLUDE(FindPackageHandleStandardArgs)
|
||||
|
||||
FIND_PACKAGE_HANDLE_STANDARD_ARGS(GLM REQUIRED_VARS GLM_INCLUDE_DIR)
|
||||
Reference in New Issue
Block a user