Skip to content
Snippets Groups Projects
Commit 8c08f8d0 authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

Merge remote-tracking branch 'origin/develop' into update_pkg

parents 84c67ed2 328eebdb
No related branches found
No related tags found
No related merge requests found
......@@ -346,9 +346,15 @@ endif()
if(GENERATE_PACKAGE OR GENERATE_XDK)
add_subdirectory(Packaging)
endif()
message(STATUS "OTB_TARGET_SYSTEM_ARCH=${OTB_TARGET_SYSTEM_ARCH}")
message(STATUS "OTB_TARGET_SYSTEM_ARCH_IS_X64=${OTB_TARGET_SYSTEM_ARCH_IS_X64}")
if(DOWNLOAD_LOCATION)
message(STATUS "Source archives for dependencies will be taken from '${DOWNLOAD_LOCATION}'")
else()
message(STATUS "OTB_TARGET_SYSTEM_ARCH=${OTB_TARGET_SYSTEM_ARCH}")
message(STATUS "OTB_TARGET_SYSTEM_ARCH_IS_X64=${OTB_TARGET_SYSTEM_ARCH_IS_X64}")
message(STATUS "DOWNLOAD_LOCATION is not set. We will download all source archives during build!")
endif()
message(STATUS "SuperBuild will be installed to ${CMAKE_INSTALL_PREFIX}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment