log install to be able to confirm installed files

This commit is contained in:
Stephen Birarda 2015-02-19 12:39:48 -08:00
parent d563c80ca0
commit 03809131a4
4 changed files with 0 additions and 4 deletions

View file

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

View file

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

View file

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

View file

@ -17,7 +17,6 @@ if (ANDROID)
LOG_DOWNLOAD 1
LOG_CONFIGURE 1
LOG_BUILD 1
LOG_INSTALL 1
)
else ()
if (APPLE)