mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-24 02:54:08 +02:00
don't log glm install so it is shown in log
This commit is contained in:
parent
0bad8db1a0
commit
a85cb2eeaa
2 changed files with 1 additions and 2 deletions
1
cmake/externals/glm/CMakeLists.txt
vendored
1
cmake/externals/glm/CMakeLists.txt
vendored
|
@ -10,7 +10,6 @@ ExternalProject_Add(
|
||||||
LOG_DOWNLOAD 1
|
LOG_DOWNLOAD 1
|
||||||
LOG_CONFIGURE 1
|
LOG_CONFIGURE 1
|
||||||
LOG_BUILD 1
|
LOG_BUILD 1
|
||||||
LOG_INSTALL 1
|
|
||||||
)
|
)
|
||||||
|
|
||||||
ExternalProject_Get_Property(${EXTERNAL_NAME} INSTALL_DIR)
|
ExternalProject_Get_Property(${EXTERNAL_NAME} INSTALL_DIR)
|
||||||
|
|
Loading…
Reference in a new issue