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

@ -17,4 +17,4 @@ if (UNIX)
target_link_libraries(${TARGET_NAME} ${CMAKE_DL_LIBS})
endif (UNIX)
copy_dlls_beside_windows_executable()
copy_dlls_beside_windows_executable()

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)