mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 13:12:40 +02:00
log more of the steps for glew external project
This commit is contained in:
parent
cc909507f4
commit
34e188fe6e
1 changed files with 2 additions and 0 deletions
2
cmake/externals/glew/CMakeLists.txt
vendored
2
cmake/externals/glew/CMakeLists.txt
vendored
|
@ -11,6 +11,8 @@ ExternalProject_Add(
|
|||
URL_MD5 95a97d3690aa6ba8f1cf5941880efbf6
|
||||
CONFIGURE_COMMAND CMAKE_ARGS ${ANDROID_CMAKE_ARGS} -DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR>
|
||||
LOG_DOWNLOAD 1
|
||||
LOG_CONFIGURE 1
|
||||
LOG_BUILD 1
|
||||
)
|
||||
|
||||
# Hide this external target (for ide users)
|
||||
|
|
Loading…
Reference in a new issue