mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 18:02:13 +02:00
fix a docstring in glm external project
This commit is contained in:
parent
df72594afe
commit
d8bf8e322b
1 changed files with 1 additions and 1 deletions
2
cmake/externals/glm/CMakeLists.txt
vendored
2
cmake/externals/glm/CMakeLists.txt
vendored
|
@ -12,4 +12,4 @@ ExternalProject_Add(
|
|||
ExternalProject_Get_Property(${EXTERNAL_NAME} INSTALL_DIR)
|
||||
|
||||
string(TOUPPER ${EXTERNAL_NAME} EXTERNAL_NAME_UPPER)
|
||||
set(${EXTERNAL_NAME_UPPER}_INCLUDE_DIRS ${INSTALL_DIR}/include CACHE)
|
||||
set(${EXTERNAL_NAME_UPPER}_INCLUDE_DIRS ${INSTALL_DIR}/include CACHE TYPE "List of glm include directories")
|
Loading…
Reference in a new issue