mirror of
https://github.com/lubosz/overte.git
synced 2025-04-08 01:22: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
|
@ -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()
|
1
cmake/externals/glm/CMakeLists.txt
vendored
1
cmake/externals/glm/CMakeLists.txt
vendored
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue