1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-09-03 00:59:47 +02:00

Merge pull request #43 from LeonardKoenig/prq_cmake_glm_config

[CMake] Use find_package config mode for GLM
This commit is contained in:
Daniel Evans 2016-05-22 03:42:49 +01:00
commit 680accc638

View File

@ -58,7 +58,7 @@ find_package(OpenGL REQUIRED)
find_package(Bullet REQUIRED)
find_package(SFML 2 COMPONENTS system window audio graphics network REQUIRED)
find_package(MAD REQUIRED)
find_package(GLM REQUIRED)
find_package(glm REQUIRED CONFIG)
include_directories("${GLM_INCLUDE_DIRS}")