don't log glm install so it is shown in log

This commit is contained in:
Stephen Birarda 2015-02-20 12:18:14 -08:00
parent 0bad8db1a0
commit a85cb2eeaa
2 changed files with 1 additions and 2 deletions

View file

@ -10,7 +10,6 @@ ExternalProject_Add(
LOG_DOWNLOAD 1
LOG_CONFIGURE 1
LOG_BUILD 1
LOG_INSTALL 1
)
ExternalProject_Get_Property(${EXTERNAL_NAME} INSTALL_DIR)