Skip to content
Snippets Groups Projects
Commit d54d757c authored by Jordi Inglada's avatar Jordi Inglada
Browse files

Merge branch 'develop' into prosail-evolutions

parents fdcf08a9 328eebdb
No related branches found
No related tags found
No related merge requests found
......@@ -351,6 +351,11 @@ 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 "DOWNLOAD_LOCATION is not set. We will download all source archives during build!")
endif()
message(STATUS "SuperBuild will be installed to ${CMAKE_INSTALL_PREFIX}")
message(STATUS "To install to a different directory, re-run cmake -DCMAKE_INSTALL_PREFIX=/your/preferred/path")
......
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