mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-10 14:11:59 +02:00
suppress warnings for glm headers that pop up in Xcode 5
This commit is contained in:
parent
c7b784aa1f
commit
23152abce7
1 changed files with 1 additions and 0 deletions
|
@ -2,4 +2,5 @@ MACRO(INCLUDE_GLM TARGET ROOT_DIR)
|
|||
set(GLM_ROOT_DIR ${ROOT_DIR}/externals)
|
||||
find_package(GLM REQUIRED)
|
||||
include_directories(${GLM_INCLUDE_DIRS})
|
||||
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -isystem ${GLM_INCLUDE_DIRS}")
|
||||
ENDMACRO(INCLUDE_GLM _target _root_dir)
|
Loading…
Reference in a new issue